hop icon indicating copy to clipboard operation
hop copied to clipboard

[Bug]: Text file input - unable to read data with line breaks in them

Open dave-csc opened this issue 8 months ago • 4 comments

Apache Hop version?

2.9.0

Java version?

openjdk version "21.0.2" 2024-01-16

Operating system

Linux

What happened?

(Possible known issue, see #2329)

The Text file input transform can't parse data correctly if there is a line break in them.

In Hop GUI the option to specify this feature is permanently disabled, whilst in Metadata Injection view there is a row labeled Is a break allowed in an enclosure? (Y/N) thats seems to be ignored by Hop.

A workaround would be to use the CSV file input transform, however it only works with plain text files (if they are inside a tar.gz archive you need to uncompress them, see this users ML topic), and also has some other issues (see #4021)

Issue Priority

Priority: 2

Issue Component

Component: Hop Gui, Component: Transforms

dave-csc avatar Jun 06 '24 07:06 dave-csc