Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dumping array/json to jsonlines #461

Closed
algorri94 opened this issue Dec 3, 2024 · 1 comment
Closed

Dumping array/json to jsonlines #461

algorri94 opened this issue Dec 3, 2024 · 1 comment

Comments

@algorri94
Copy link

Issue Description

  • Description of the issue:
    When dumping to jsonlines files in S3 from Postgres, whether it's an array or a json column, the field is written as a string:
{
    "psql_array": "{\"a\", \"b\", \"c\"}",
    "psql_json": "[\"a\", \"b\", \"c\"]"
}
  • Sling version (sling --version):
    1.2.24

  • Operating System (linux, mac, windows):
    linux, using official docker image slingdata/sling

@flarco
Copy link
Collaborator

flarco commented Feb 7, 2025

fixed for next release

@flarco flarco closed this as completed Feb 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants