Previous Topic: Troubleshooting the Device Pack Generator ApplicationNext Topic: Troubleshooting the Device Pack Installation


Troubleshooting the Input File

The following information describes troubleshooting the input file.

Troubleshooting: Input File Format

Symptom:

I am trying to use .txt input files in the application and it is not working.

Solution:

The application supports CSV file format only. The CSV file must have a one line header, followed by as many lines of data. A header consists of column names, each separated by a delimiter. For a CSV file with multiple headers, we recommend that you split the CSV file to multiple files. Each CSV file must contain one header followed by its data.

Troubleshooting: CSV Files

Symptom:

My CSV file does not have a header, or has multiple headers. How does the application handle these occurrences?

Solution:

The application can support a CSV file without a header. For more information about providing the header information for a CSV file, see the section CSVFile in Specify the Input File Information.

The application does not support CSV files with multiple headers. We recommend that you split the CSV file to multiple files with each file having one header followed by its data.

Note: The application does not support multiple delimiters.