Import a text file

novusgrnovusgr Member Posts: 6
Hi, i need to import a text file, no delimited but no with fixed lenght (for example like a .INI file).
How can i do ?

Comments

  • SbhatSbhat Member Posts: 301
    Create a dataport and in the Dataport properties set the Fieldseparator to <None> then in the Dataport field designer enter the fields that map to your .INI file and then specify the Start postion and End position.

    SB.
  • kinekine Member Posts: 12,562
    You must read it with C/AL code and import it yourself (some syntax checking etc.)
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
Sign In or Register to comment.