Closed radbrt closed 2 years ago
Closes https://github.com/MeltanoLabs/tap-sftp/issues/4
Added optional "sanitize_header" config option (bool) to clean file header from special characters.
Replaces non A-z0-9_ characters with underscore (_) and prefixes leading numbers with x_.
A-z0-9_
_
x_
Closes https://github.com/MeltanoLabs/tap-sftp/issues/4
Added optional "sanitize_header" config option (bool) to clean file header from special characters.
Replaces non
A-z0-9_
characters with underscore (_
) and prefixes leading numbers withx_
.