Skip to content

Commit d18761e

Browse files
fix: SSA Delimiter Docs (#1956)
Co-authored-by: Edgar Ramírez Mondragón <edgar@meltano.com>
1 parent 91a8e5c commit d18761e

File tree

1 file changed

+2
-2
lines changed
  • _data/meltano/extractors/tap-spreadsheets-anywhere

1 file changed

+2
-2
lines changed

_data/meltano/extractors/tap-spreadsheets-anywhere/ets.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ settings:
5353
- prefer_number_vs_integer: (optional) If the discovery mode sampling process sees only integer values for a field, should number be used anyway so that floats are not considered errors? The default is false but true can help in situations where floats only appear rarely in sources and may not be detected through discovery sampling.
5454
- selected: (optional) Should this table be synced. Defaults to true. Setting to false will skip this table on a sync run.
5555
- worksheet_name: (optional) the worksheet name to pull from in the targeted xls file(s). Only required when format is excel
56-
- delimiter: (optional) the delimiter to use when format is 'csv'. Defaults to a comma ',' but you can set delimiter to 'detect' to leverage the csv "Sniffer" for auto-detecting delimiter.
57-
- quotechar: (optional) the character used to surround values that may contain delimiters - defaults to a double quote '"'
56+
- delimiter: (optional) the delimiter to use when format is 'csv', for example ','. You can leave delimiter blank or set it to 'detect' to leverage the csv "Sniffer" for auto-detecting delimiter.
57+
- quotechar: (optional) the character used to surround values that may contain delimiters - defaults to a double quote '"' when not using the auto detecting feature. That is, delimiter is defined and not equal to `detect`.
5858
- json_path: (optional) the JSON key under which the list of objets to use is located. Defaults to None, corresponding to an array at the top level of the JSON tree.
5959
6060
For example:

0 commit comments

Comments
 (0)