Die klassischen Dateitypen können ab Januar 2021 nicht mehr verwendet werden. Sie können Ihre klassischen Dateien übertragen oder eine PDF herunterladen. Weitere Informationen

Importing Data from Tab Delimited File CSV file into Table

Beantwortet
0

Kommentare

2 Kommentare

  • Jeff Hickey

    Hi Rahul,

    The Create File command requires the file is comma separated or JSON. Use the Tabular Transformation command Change Delimiter to change the delimiter of your file from tab to comma. Then use this new file with the updated delimiter in the Create File step.

    If your data includes a comma in it, you can wrap the data in double quotes such as "this, data, has, commas" to keep all of this data in a single cell. The Change Delimiter command will handle this formatting for you.

    0
  • Rahul Patel

    Using “Change Delimiter” option from Tabular Transformation (Right before File load step) helped resolve this issue.

    Thank you Jeff Hickey for your suggestion. Really appreciate it !!

    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.