Jump to content
We've recently updated our Privacy Statement, available here ×

Working with continued sentences


CrazyBird

Recommended Posts

Hello!

I've a  new challlenge using JasperETL.

I've got a csv- file coming from an old host system.

Sometimes sentences are continued in the next line, which is indicated by a number greater then one.

Example:

id;continued;text
1001;1;"some text";
1002;1;"this text...";
1002;2;"...is continued here";

In this example the second argument is the flag which indicates if the actual sentence belongs to the predecessor : for the id "1002" there does exist a continued sentence which ismindicated by the "2" in the field "continued" (last sentence).

So what I want now is to process the two lines for the id "1002" as ONE data row.

Is there any easy possibillity to do this?

Thank you for every suggestion in advance!

Stefan

Link to comment
Share on other sites

  • 1 month later...
  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...