I have csv data in a single attribute like this (field names are first line).
Grower,Date,SampleNum,P,K,C
1000,05/01/2018,350,275,1500
how can I parse this into feature(s) with the correct collums using fme?
I have csv data in a single attribute like this (field names are first line).
Grower,Date,SampleNum,P,K,C
1000,05/01/2018,350,275,1500
how can I parse this into feature(s) with the correct collums using fme?
Best answer by david_r
I believe this answer should cover your case:
https://knowledge.safe.com/questions/78520/parse-csv-data-stored-in-database-table.html
The first feature will contain the attribute names, the following features will contain the values. If necessary you can use the Sampler to get rid of the first feature.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.