in reply to Re: Adding a field into CSV and populating
in thread Adding a field into CSV and populating
It's unclear to me what the OP is asking, but my first interpretation was that he/she is asking not how to insert a *record* as you showed, but how to insert a *field*. If the OP means by that that they want to take an existing CSV file with, say 3 fields and turn it into a table with 4 fields and then populate the fourth field, then none of the modules do that explicitly. One way to do it (assuming the original CSV file uses the first line as column names) would be to manually add the field into the file (e.g. if the top line of the file is "col1,col2,col3" ... just edit it to be "col1,col2,col3,col4", then save the file and use one of the modules to populate the col4 field.
|
|---|