Hi,
I have a CSV file that the system is producing; it is one file with multiple sections in it eg...
Is there a way I can split the file one loading to the system into multiple tables?
Any one got an ideas on approach? HELP!
Regards
H
I have a CSV file that the system is producing; it is one file with multiple sections in it eg...
The file is huge with many sections (eg Names, Address) in it. What I need to do is load it into Access for some analysis.[Names]
001,"John Doe"
002,"Jane Doe"
003,"An Other"
[Address]
001,"63 Huntly Street","CRANMORE","BA4 7HA"
002,"52 Southern Way","NORTH QUEENSFERRY","KY11 3YZ"
003,"20 Scrimshire Lane","ASKETT","HP27 2AS"
[Orders]
001,"0001A","Screwdiver",1,8.99
001,"0001A","hammer",1,15
001,"0001A","no 3 screws",1,5
001,"0001A","drill",1,49.99
etc etc etc
Is there a way I can split the file one loading to the system into multiple tables?
Any one got an ideas on approach? HELP!
Regards
H