timrdf / csv2rdf4lod-automation

Shell script automation to support csv2rdf4lod converter
https://github.com/timrdf/csv2rdf4lod-automation/wiki
Apache License 2.0
109 stars 36 forks source link

tolower and toupper vars in templates #94

Open timrdf opened 13 years ago

timrdf commented 13 years ago
[^#1^]
[_#1_]

twitter people are inconsistent: $AAPL $aapl - we want to say case doesn't matter.

timrdf commented 13 years ago

partly done

         conversion:object_search [
            conversion:regex     "\\s\\$([a-zA-Z]*)\\s";
            conversion:predicate sioc:topic;
            conversion:object    "http://logd.tw.rpi.edu/financialdata/stock/instance/[^\\1^]";
         ];

works, but needs to be added to edu.rpi.tw.data.csv.impl.CSVRecordTemplateFiller