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

[Bug]: ETL metadata Injection into Data Grid truncates string at comma #2831

Closed
fraserward opened this issue Apr 18, 2023 · 1 comment
Closed
Labels

Comments

@fraserward
Copy link

Apache Hop version?

2.3.0

Java version?

opernjdk 11.0.16.1

Operating system

Windows

What happened?

I have queries that included commas in their structure. When these are metadata injected into the Data Grid transform the they become truncated at the first instance of a comma.

I have got around this by injecting instead into a Generate Rows transform.

Issue Priority

Priority: 3

Issue Component

Component: Transforms

@github-actions github-actions bot added P3 Nice to have Transforms labels Apr 18, 2023
@fraserward fraserward changed the title [Bug]: ETL metadata Injection into Data Grid truncates sting at comma [Bug]: ETL metadata Injection into Data Grid truncates string at comma Apr 18, 2023
@hansva
Copy link
Contributor

hansva commented Apr 19, 2023

The data grid receives all its data fields in 1 column. by default "," is used to split the fields. You can specify the delimiter used. https://hop.apache.org//manual/latest/pipeline/transforms/datagrid.html#_metadata_injection_support

@hansva hansva closed this as completed Apr 19, 2023
@hansva hansva added this to the Not Applicable milestone Apr 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants