Design Tools & Output Technologies - JDE1 (MOSC)

MOSC Banner

Replace String In String and Parse Delimited String

edited Jun 14, 2017 12:27AM in Design Tools & Output Technologies - JDE1 (MOSC) 2 commentsAnswered ✓

Hi Team,

We use the Business function Replace String In String to read the flat file , to replace the blank(Delimiter as blank) in flat file with |(Pipe) , so where ever blank is there the Pipe(|) symbol is getting inserted.

So if the values  123 456 890 167 will be converted to 123|456|890|167 and now by using the Business function Parse Delimited String , i will be able to get the segment as 0,1,2,3 and  in table i will insert as Column 1 = 123,Column 2 = 456,Column 3 = 890,Column 4=167.

But for the same case if value comes as 123     890 167 (where 456 is missing), i want in table to get inserted as Column 1 = 123,Column 2 =

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center