OpenAI CLI Data Preparation Tool Supported File Formats
You have a custom Azure OpenAI model. You have the files shown in the following table. You need to prepare training data for the model by using the OpenAI CLI data preparation tool. Which files can you upload to the tool? - 
Community Votes
59% of anonymous learners picked answer E. Votes are pick records left by other test-takers — they are not the verified answer.
Community Insight
The question tests knowledge of supported file formats for the OpenAI CLI data preparation tool; the common trap is assuming only JSONL or CSV are accepted.
The OpenAI CLI data preparation tool supports specific file formats for converting training data into JSONL for fine-tuning. This page confirms that TSV and XLSX files are valid formats for upload to the tool.
Choosing File1.tsv only (Option A) because learners might forget or be unaware that Microsoft Excel (XLSX) workbooks are also supported by the data preparation tool.
Community Discussion (8 comments)
Comments & Corrections
No comments yet — spotted an error or have a note? Share it below.
Expert Analysis
Why the Answer Is Correct
The OpenAI CLI data preparation tool is designed to help format and validate training data for fine-tuning. According to official Microsoft documentation, the tool accepts several file formats as long as they contain a prompt and completion column/key. These formats include Tab-separated values (TSV) and Microsoft Excel workbooks (XLSX), making Option E correct.Why the Other Options Are Wrong
Options A, B, C, and D are incorrect because they either exclude a valid format (XLSX in Option A) or include invalid formats. The tool does not support XML (File2.xml) or PDF (File3.pdf) files, as these cannot be directly parsed into the required prompt-completion pairs without prior conversion.Community Comment Notes
Commenters debated whether only TSV/CSV are supported or if XLSX is also allowed. As Retep noted, the tool accepts "Tab-separated values (TSV) Microsoft Excel workbook (XLSX)" among others. Some users incorrectly claimed "tsv or csv only", overlooking the documented XLSX support.Official Reference
Exam Strategy
When asked about the OpenAI CLI data preparation tool, remember it supports a wider range of tabular formats (CSV, TSV, XLSX) and JSON/JSONL, not just JSONL. Always eliminate proprietary document formats like PDF or markup like XML unless explicitly stated.