How to convert this data?

Get help with installation and running here.

Moderators: DataMystic Support, Moderators, DataMystic Support, Moderators, DataMystic Support, Moderators

Post Reply
User avatar
Fixer
Posts: 25
Joined: Thu Jul 31, 2008 6:39 am
Location: European Union > Poland
Contact:

How to convert this data?

Post by Fixer »

Hi,
please help mi with this...
I'll trying convert this data using Perl pattern (unsuccessfully).

simple data to convert:
============SIMPLE DATA BEGIN============
[a]aaa[/a]
[something_c]ccc[/something_c]
[e]eee[/e]
[more_f]fff[/more_f]
[g]ggg[/g]
============SIMPLE DATA END============

after convertion:
============RESULT DATA BEGIN============
aaa||ccc||eee|fff|ggg
============RESULT DATA end============

I have problem with parsing parameters "" and "[D]", could you help me?

THX for helping...

PS.TextPipe 7.x
Last edited by Fixer on Thu Jul 31, 2008 11:38 am, edited 3 times in total.
Post Reply