Quantcast
Channel: Pentaho Community Forums
Viewing all articles
Browse latest Browse all 16689

Parse complex data field

$
0
0
Hi everybody,

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'

I want to get something like :

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

Viewing all articles
Browse latest Browse all 16689

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>