Variable length CSV file
-
We have an excel file which records member attendance for meetings held twice a month. The exported CSV file has rows with column data up to the current meeting.
So for the first month each member has an Id number, a last name, a first name, and one field for the first meeting (a character X for attended, or N for not-attended) as follows:
203,Schrage,James,X
For the second month each member has an Id number, a last name, a first name, and one field for the first meeting (a character X for attended, or N for not-attended), and a second field for the second meeting as follows:
203,Schrage,James,X,X
The table definition has 29 fields for Id, Last Name, First Name, and 24 columns for the attendance codes.
I’ve tried to import and it fails as all columns are not present.The page I need help with: [log in to see the link]
- The topic ‘Variable length CSV file’ is closed to new replies.