• Home
  • Raw
  • Download

Lines Matching full:csv

107 …verridden by any database specification in the import file. If fileType is CSV, one database must …
110 # CSV: The file contains CSV data.
113 "csvImportOptions": { # Options for importing data as CSV.
114 "table": "A String", # The table to which CSV data is imported.
115 …ns": [ # The columns to which CSV data is imported. If not specified, all columns of the database …
126 # CSV: The file contains CSV data.
128 "csvExportOptions": { # Options for exporting data as CSV.
132 …tabases are exported, except for the mysql system database. If fileType is CSV, you can specify on…
133 …# PostgreSQL instances: Specify exactly one database to be exported. If fileType is CSV, this data…
196 …verridden by any database specification in the import file. If fileType is CSV, one database must …
199 # CSV: The file contains CSV data.
202 "csvImportOptions": { # Options for importing data as CSV.
203 "table": "A String", # The table to which CSV data is imported.
204 …ns": [ # The columns to which CSV data is imported. If not specified, all columns of the database …
215 # CSV: The file contains CSV data.
217 "csvExportOptions": { # Options for exporting data as CSV.
221 …tabases are exported, except for the mysql system database. If fileType is CSV, you can specify on…
222 …# PostgreSQL instances: Specify exactly one database to be exported. If fileType is CSV, this data…
315 …verridden by any database specification in the import file. If fileType is CSV, one database must …
318 # CSV: The file contains CSV data.
321 "csvImportOptions": { # Options for importing data as CSV.
322 "table": "A String", # The table to which CSV data is imported.
323 …ns": [ # The columns to which CSV data is imported. If not specified, all columns of the database …
334 # CSV: The file contains CSV data.
336 "csvExportOptions": { # Options for exporting data as CSV.
340 …tabases are exported, except for the mysql system database. If fileType is CSV, you can specify on…
341 …# PostgreSQL instances: Specify exactly one database to be exported. If fileType is CSV, this data…