Search found 1 match

by ecnerwal72
11 Mar 2014 11:17
Forum: DOS Batch Forum
Topic: Adding a column to a csv file and populating it
Replies: 21
Views: 40373

Re: Adding a column to a csv file and populating it

My database schema has 23 columns/fields, however when I export it has a csv file some of the lines in my csv file has less than 23 fields therefore when I import the file, it complains about miss match field counts. With your batch file how can I go about adding a NULL field at the end of the line ...