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
- A. Change the Direction property to Both.
- B. Change the FormatEvaluate property to Legacy.
- C. Change the XmlVersionNo property to 1.1.
- D. Fill the FileName property with the Items.csv value.
- E. Change the Format property to VariableText.
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).