Step 3 parsing options

define parsing options depend on the type of data source

new Analysis Step 3

Parsing options depend on the type of data source

For CSV Files

  • Specify the column separator. While CSV stands for Comma Separated Values, some files may use a different separator.
  • Specify the special characters used for quote, escape and comment in values.
  • Specify the encoding of the file such as UTF-8
  • Specify additional parsing options such as skip comments or empty lines
  • Specify the number of lines you want to preview from the File
  • For Data Virtualization views

  • Specify the encoding of the data such as UTF-8
  • Specify the number of lines you want to preview from the data

  • Last modified November 23, 2020: new docs (786e3b3)