"Jump" (ignore) a carriage return in a text variable

JosetxoJosetxo Member Posts: 92
Hello,

I am trying to import data from a text file, with fields delimited with ";".
The thing is that one of the fields (text), can come with a carriage return. So the process fails to assign that string to a text variable in NAV.

Is there any way to "ignore" that carriage return? Or must I previously format the text file and delete those line jumps?

Thanks in advance.

Comments

  • SogSog Member Posts: 1,023
    What is your rowdelimiter?
    Standard this is a carriage return/line feed. (newline)
    |Pressing F1 is so much faster than opening your browser|
    |To-Increase|
  • SaalekSaalek Member Posts: 181
    Hi

    If you use a Datapor to import the data, you need some line delimiter character (usualy a Return carriage).
    How are you importing the data ??

    Agur
Sign In or Register to comment.