Microsoft Dynamics 365 Business Central Developer — Question 50
You are exporting data from Business Central.
You must export the data in a non-fixed length and width in CSV format.
You need to generate an XMLport to export the data in the required format.
Which Format property value should you use?
Answer options
- A. XML
- B. VariableText
- C. FixedText
Correct answer: B
Explanation
The correct answer is B, VariableText, as it allows for variable-length records that are suitable for CSV format. Option A, XML, is not applicable here since the requirement is for CSV, and option C, FixedText, would impose a fixed structure that does not meet the requirement for variable lengths.