import txt files using xmlport

jr_macarilay
jr_macarilay Member Posts: 29
edited 2011-07-22 in NAV Three Tier
Hi,

Im just new to navision so pardon me for being clueless. Im trying to import a txt file using a custom xmlport and trying to insert it into a custom table. the thing is, the txt file doesnt have a record separator, its just written in one straight line with / as field separators.

here's a part of the txt file:
89/110703/1050/11935/1/001000003//ZZ///////////////89/110703/1201/11935/1/11846//ZZ///////////////89/110703/1226/11935/1/11846//ZZ///////////////

the quote already have three records, but my xmlport is reading it as one. ideas, suggestions and help will be greatly appreciated.

Thank you

Comments