I thought I ask the scripting guru about the following.
I have a file containing records of data with the following format(first
column is the label):
CODE#1^DESCRIPT ION^CODE#2^NOTE S
NN-110^an info of NN-001^BRY234^some notes
NN-111^1st line data
2nd line data
3rd line data^BRT345^ano ther notes
NN-112^description of NN-112^BBC23^multi line
notes blah
blah
blah
NN-113^info info^MNO12^some notes here
How do I parse so I can insert them in the database, e.g. MySQL/Access?
Perhaps there are an advanced scripting language can do this easily.
Thanks
I have a file containing records of data with the following format(first
column is the label):
CODE#1^DESCRIPT ION^CODE#2^NOTE S
NN-110^an info of NN-001^BRY234^some notes
NN-111^1st line data
2nd line data
3rd line data^BRT345^ano ther notes
NN-112^description of NN-112^BBC23^multi line
notes blah
blah
blah
NN-113^info info^MNO12^some notes here
How do I parse so I can insert them in the database, e.g. MySQL/Access?
Perhaps there are an advanced scripting language can do this easily.
Thanks
Comment