File Import and Parsing

hi, i would like to import a text/csv/excel file into axapta through x++ code without using the excel import feature. i would like to parse each line and then based on certain conditions decide which record should be inserted/updated. can anybody tell me how to import and parse a file through x++?

Hi, For an example on importing using X++, please refer to - http://www.harishm.com/Navision/Code.html Hope this helps, Harish Mohanbabu

thanx harish, that really helped.