Hi everybody,
I am trying to work on a database having a complex data field to parse.
Here is a sample of a text content:
I want to get something like :
Do you have some ideas on how to achieve it using pentaho ?
Best Regards
I am trying to work on a database having a complex data field to parse.
NB | DATA |
01 | some text content |
02 | some text content |
Here is a sample of a text content:
Code:
TYPE1 ID = 'abc',
ATT = 'def'
TYPE2 ID = 'ghi',
ATT = 'jkl'
COMMON PARAM1 = 'mno',
PARAM2 = 'pqr'
NB | ID | TYPE | ATT | PARAM1 | PARAM2 |
01 | abc | TYPE1 | def | mno | pqr |
01 | ghi | TYPE2 | jkl | mno | pqr |
02 | [...] |
Do you have some ideas on how to achieve it using pentaho ?
Best Regards