Ryan Hunt
Ryan Hunt
I too see Linux x86_64, I've got a debian based container that builds perfectly fine with the same dependencies, was trying to see if I could make an alpine build...
also getting carriage returns elsewhere in the logs, it is a real struggle to do anything with a csv that's not been properly sanitized before writing. ![Screen Shot 2021-02-23 at...
I am sanitizing it on my app that watches the log and drops em into the DB in real time, but I'm trying to bulk import over 8 million rows...
I'm fine with them being escaped, just needed quotes put around the field and Postgres would take it as it is.. I would rather have more accurate data, then they...