Hey guys,
I would like to export all my customer data from NAV to a csv file.
The special thing about this is that I want to export not only the customer data but also the corresponding contact data.
For example, there is a customer that I want to export. This eliminates three contacts.
The csv file should then look like this: The first three lines are filled with the customer data and the contact data is added to these lines.
Currently, my csv file looks like this: I have one line for the customer data and three additional lines with the contact data.
How can I get this to work?
Thank you ;)