We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccb28e8 commit e71c2c0Copy full SHA for e71c2c0
tap_sftp/sync.py
@@ -65,7 +65,7 @@ def sync_file(sftp_file_spec, stream, table_spec, config, sftp_client):
65
'file_name': sftp_file_spec['filepath'],
66
'encoding': table_spec.get('encoding', 'utf-8'),
67
'sanitize_header': table_spec.get('sanitize_header', False),
68
- 'clean_colnames': table_spec.get('clean_colnames', False)}
+ 'skip_rows': table_spec.get('skip_rows', False)}
69
70
readers = csv_handler.get_row_iterators(file_handle, options=opts, infer_compression=True)
71
0 commit comments