Dataports are used to import / export data... Read the documentation / help on this and we'll be happy to provide assistance for more specific issues (e.g. you built your dataport but something is wrong)...
it is on you, that is not part of some ASCII definition. You do not need to change anything, you can use the default values. If you have some specification you need to cover, you need to set it according the specification...
Still I think you do not understand what you want to know and thus we do not know how to help you. Can you be more specific and wrote more details about your task? May be it will help you to narrow your thoughts and it will give us more info...
Not knowing about text files, and not knowing anyhting about dataports severely limits your ability to export data out to a text file. If you work for a NAV partner, now is the time to get a more senior person involved, so they can show you how this is done. If you work for an end user, you should get your NAV partner involved. Creating a straightforward dataport shouldn't take more than an hour or two.
0D and 0A mean characters with hexadecimal value 0D and 0A - it means char 14 and 10 in decimal. But are you sure that the
Record Separator (0D) ,in the end of record newline (0A)
Because "newline" = 0D 0A (it means pair of characters 0D and 0A) and it means the default record separator which is used in dataport. It means that you do not need to change anything. Better will be to think about "field" separator which is in most cases ; or ,.
Better will be to think about "field" separator which is in most cases ; or ,.
But be sure, that there is as data in the fields that you are export / import no sign like your delimiter sign (here in the example ; ,)
Use as FieldSeparator a charecter that is not used (for example ° or ^ or others). So the Dataport works well and you have no problems
I have another problem I can not align right numeric fields.
Setting the starting position and the number he writes from the set position.
how can I do
Comments
I know what is a dataport, but I don't know how to use it to export a file in Ascii format.
Dataport IS creating ASCII file...
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
Still I think you do not understand what you want to know and thus we do not know how to help you. Can you be more specific and wrote more details about your task? May be it will help you to narrow your thoughts and it will give us more info...
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
The dataport allows you to set your own delimiters & seperators
http://www.BiloBeauty.com
http://www.autismspeaks.org
Record Separator (0D) ,in the end of record newline (0A).
I don’t understand these specifications (0D) and (0A)
and i don’t know how to export fields with fixed width
Thanks for your cooperation
RIS Plus, LLC
http://download.microsoft.com/download/ ... 1w1adg.pdf
I suggest printing it out & putting it into a folder
http://www.BiloBeauty.com
http://www.autismspeaks.org
Because "newline" = 0D 0A (it means pair of characters 0D and 0A) and it means the default record separator which is used in dataport. It means that you do not need to change anything. Better will be to think about "field" separator which is in most cases ; or ,.
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
But be sure, that there is as data in the fields that you are export / import no sign like your delimiter sign (here in the example ; ,)
Use as FieldSeparator a charecter that is not used (for example ° or ^ or others). So the Dataport works well and you have no problems
Regards
Setting the starting position and the number he writes from the set position.
how can I do
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
Thanks for your cooperation
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.