Hi all!
I'm trying to import a text file using comma delimited into a table
the text file is structured as such;
SOR = azjfg, OBJ = TTRE, MYR = ERDDD, ADD = T17yg, WES = 7gg
SOR = sd89, OBJ = REW, ADD = Y76dt, WES = e77, TRR = dufhf
SOR = dsfss, OBJ = DSS, QTT = ast6, MYR = ERRDS, ADD = T7yy
..etc
the first two fields are always the same 'SOR' and 'OBJ'
but the remainder are always changing
the problem is I need to import it in such a way so that it place the value for MYR in the field for MYR, the value for ADD in the field for ADD, and so on. if the record does not contain a MYR it must leave it blank.
by the way this text file as over 4000 records and there are 42 text files I have to import.
How in the world do I do this in a short amount of time?
Thanks
Murlen
I'm trying to import a text file using comma delimited into a table
the text file is structured as such;
SOR = azjfg, OBJ = TTRE, MYR = ERDDD, ADD = T17yg, WES = 7gg
SOR = sd89, OBJ = REW, ADD = Y76dt, WES = e77, TRR = dufhf
SOR = dsfss, OBJ = DSS, QTT = ast6, MYR = ERRDS, ADD = T7yy
..etc
the first two fields are always the same 'SOR' and 'OBJ'
but the remainder are always changing
the problem is I need to import it in such a way so that it place the value for MYR in the field for MYR, the value for ADD in the field for ADD, and so on. if the record does not contain a MYR it must leave it blank.
by the way this text file as over 4000 records and there are 42 text files I have to import.
How in the world do I do this in a short amount of time?
Thanks
Murlen