thomas_briggs
11/15/2022, 8:26 PMmeltano invoke tap-mysql it looks like the newline is being written to the JSON as "\n" though, so I don't think the issue is with the target but with the tap. I actually think it may be the way the data is being read from MySQL and not the conversion to JSON, i.e. dumping the 'row' object to the log shows the \n, but my Python-fu is not strong enough for me to be sure I'm interpreting all this correctly. 😕visch
11/15/2022, 8:31 PM{
"newlinedata": "FirstLine\\nSecond Line"
}
Specefic scenario does matter 🙂
If you could post an example SCHEMA and then RECORD message from singer then we could all run it against our favorite targets as well and debug with youvisch
11/15/2022, 8:31 PMthomas_briggs
11/15/2022, 8:51 PMvisch
11/15/2022, 8:52 PMthomas_briggs
11/16/2022, 9:41 PM