G
Guest
Hi there
I want to import a csv file into a table. The format of the csv file is
fixed and I can not change it.
The formart looks like
ABC,FGD,123,TEST
,,124,TEST
,,125,TEST2
FGD,HJY,123,DATA
HJY,YUI,458,DATA2
,,852,DATA
etc
In this format the data is not meaningful in a Table
The format I require is
ABC,FGD,123,TEST
ABD,FGD,124,TEST
ABD,FGD,125,TEST2
FGD,HJY,123,DATA
HJY,YUI,458,DATA2
HJY,YUI,852,DATA
etc
How can I amend the data to be more meaningful?
Thanks in advance for any help
Graham
I want to import a csv file into a table. The format of the csv file is
fixed and I can not change it.
The formart looks like
ABC,FGD,123,TEST
,,124,TEST
,,125,TEST2
FGD,HJY,123,DATA
HJY,YUI,458,DATA2
,,852,DATA
etc
In this format the data is not meaningful in a Table
The format I require is
ABC,FGD,123,TEST
ABD,FGD,124,TEST
ABD,FGD,125,TEST2
FGD,HJY,123,DATA
HJY,YUI,458,DATA2
HJY,YUI,852,DATA
etc
How can I amend the data to be more meaningful?
Thanks in advance for any help
Graham