nixys / nxs-data-anonymizer

A tool for anonymizing PostgreSQL and MySQL databases' dump
Apache License 2.0
233 stars 10 forks source link

Add support for DOS line endings #32

Closed eeggenberger closed 1 week ago

eeggenberger commented 4 months ago

It seems like Mysql files with DOS line endings are not processed properly. I've worked around this by piping the files through sed and replacing \r\n with \n first, but it would be nice if files with DOS line endings would be supported out of the box.

borisershov commented 3 months ago

Hi! Could you please attach an example of that file?

borisershov commented 1 month ago

Hey! Issue has been confirmed

borisershov commented 1 week ago

Hi! This feature released in v1.14.0