Microsoft Dynamics 365 Business Central Developer — Question 38

You have an XMLport that exports items from a database to an XML file.

You need to change the export format from XML to CSV.

What should you do?

Answer options

Correct answer: E

Explanation

The correct answer is E because changing the Format property to VariableText allows the export format to be specified as CSV. The other options either do not pertain to format changes (A, B, and C) or are unrelated to defining the file's output format (D).