Skip to Content
DocsConnectorsPrebuilt ConnectorsCSV files (including all flavors)

CSV files (including all flavors)

To load data from CSV file (or any of its flavors such as Tab-separated files and more), use Load (aka LoadTableFromSource) operation:

  • in the Source section select any file-based source (such as ServerFSSource-typed source or AWSS3Source-typed source)
  • specify Space as the path to the file ending with /
  • specify the file name in the Table field
  • in the Format parameters section select the Content format, Archive format, optional Encoding (UTF-8 by default), and content format specific parameters

To publish data in CSV format, use Load (aka LoadTableFromSource) operation:

  • in the Target section select any file-based source (such as ServerFSSource-typed source or AWSS3Source-typed source)
  • specify Space as the path to the file ending with /
  • specify the file name in the Table field
  • in the Format parameters section select the Content format, Archive format, optional Encoding (UTF-8 by default), and content format specific parameters
Last updated on