Ingest (import) Question – Concatenating Fields
-
I’m looking over the Docs and didn’t (yet) see anything for a feature I’m looking to see if it’s available in the Plugin.
Can, or does, the plugin allow you to select multiple columns (fields) and let you arrange them in any particular order to concatenate them (add together) to input the “additive” results into a selected field within the database?
For example, in the CSV file you have:
FIELDNAME: Pre-URL VALUE: < img src=”whatever/
FIELDNAME: URL VALUE: thispic.jpg
FIELDNAME: Post-URL VALUE: ” alt=”A Picture” />Then, concatenated together the resulting Value would be:
< img src=”whatever/thispic.jpg” alt=”A Picture” />
And it could be then inserted into the database to whatever table/field you select it to go in.
If this is possible with the Plugin, GREAT! If not, then I will need to construct the full value within the CSV prior to ingest/import. It’s not really a big deal, but just wanted to know if it can be done.
Thanks!
Chris
https://www.ads-software.com/extend/plugins/supra-csv-parser/
- The topic ‘Ingest (import) Question – Concatenating Fields’ is closed to new replies.