hi all,
in the french version, the values for the field account type in the table g/l account are amongst others "Début total" . when i am trying to load data using dataport- it does not recognise the character 'é' and gives me an error message.
the file format i am using is csv.
thanks
0
Comments
example:
when you export data from general journal that contains Général as account type,
in the text file you will find G‚n‚ral like this instead of Général.
then in your csv file replace Général with G‚n‚ral.
=D>
Navision expects the load is ASCII. Ansi files are wrong interpreted if the contain special characters.
You have 2 possibilities:
1) Request an Ascii File (or create one for example when exporting from Excel use MS-DOS option)
2) Use a conversion function, for example Ansi2Ascii in CodeUnit GeneralMgt
Hope this helps
Thomas
Convert ANSI characters to ASCII and back!
Very usefull when importing text files with all these nasty things!
Contains the functions Ansi2Ascii and Ascii2Ansi.
http://www.mibuso.com/dlinfo.asp?FileID=287
Also if you search the forum for Ascii you should get a bunch of posts too.
http://www.BiloBeauty.com
http://www.autismspeaks.org
Than, I simply import that csv with regular dataport. Note: do not touch that csv again. If somehting (beside character problem) is wrong with data, change in original Excel that export it again to CSV (MS-DOS).
Another version is to you ansi-ascii convertor as Savatage said.
RIS Plus, LLC