Can anyone tell me what Row within text string means in the file format?
In technical manual, it is defined as
Row within text string | Character, Row delimiter | Defines how the row delimiter is interpreted within a text string.
|
So according to this,
For e.g:
Column delimiter - ,
Row delimiter - %
Row within text string - Character
So if we have
ID, Name%
1, Santosh%2,Rahul%3,Shrikant%4,Saurabh
and
ID,Name%
1, Santosh%2,Ra%hul%3,Shrikant%4,Saurabh
Row within text string - Character,so Row delimiter % should be treated as character inside the field (Ra%hul)?
So what is the outcome we can expect?