Hi,
We already got how to create/export some data's into .csv file.
but we already know there's 4 types of .CSV.
1. CSV UTF-8
2. CSV MS-DOS
3. CSV (comma delimited)
4. CSV Macintosh
and how to define each them in x++?
thank you for your help
Hi,
We already got how to create/export some data's into .csv file.
but we already know there's 4 types of .CSV.
1. CSV UTF-8
2. CSV MS-DOS
3. CSV (comma delimited)
4. CSV Macintosh
and how to define each them in x++?
thank you for your help
I think you're mixing two things: file contents and file encoding.
CSV simply means that the file contains comma separated values.
Whether you save that file using UTF-8 or some other encoding is another thing.
I recommend using Data Import Export Framework for exporting data to CSV - this way you don't need to do any development.
Or, perhaps use Excel add in to export form grid contents to Excel, then save it as CSV.
About your original question about these 4 different files, I think you need to start by describind in detail what you exactly mean with them. Then decide what kind of data you want to output from AX.
André Arnaud de Cal...
292,516
Super User 2025 Season 1
Martin Dráb
231,409
Most Valuable Professional
nmaenpaa
101,156