MeltanoLabs / tap-sftp

GNU Affero General Public License v3.0
2 stars 9 forks source link

Sanitize header #11

Closed radbrt closed 2 years ago

radbrt commented 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_.