Hi,
I am encountering json schema validation errors with floating point values.
I have tried converting the problematic fields to String using stream maps but it appears to have zero effect.
Can you suggest any way around this issue?
I've seen a solution, where floats are converted to Decimal, from Edgar Ramirez that was pushed to the Singer SDK but it appears target-singer-jsonl does not use the SDK.