QueeniePie
New Member
- Joined
- Nov 28, 2013
- Messages
- 6
Morning all,
I've inherited a database which I am struggling a little with. Every week I import a csv file and then work some magic on it to get results. I have been asked to include another column in the database which already exists on the original csv file. I changed the import specs for the csv in question by adding another column to the list (in both the original csv and the database the column appears at the very end). The data in the column should either be 0 or 1 so I've put all the data types as a number. I've added the exact same column name in the tables it is to be imported into.
Whenever I import the data, the column name appears, but nothing else. A nice long column of blanks all the way down.
What am I missing?
Thanks for looking
I've inherited a database which I am struggling a little with. Every week I import a csv file and then work some magic on it to get results. I have been asked to include another column in the database which already exists on the original csv file. I changed the import specs for the csv in question by adding another column to the list (in both the original csv and the database the column appears at the very end). The data in the column should either be 0 or 1 so I've put all the data types as a number. I've added the exact same column name in the tables it is to be imported into.
Whenever I import the data, the column name appears, but nothing else. A nice long column of blanks all the way down.
What am I missing?
Thanks for looking