rapidminer - Is there an operator which allows to process files by regex -


i have file .csv-file missformed , need corrected before can used. (just clarify: there no option change this.)

i have tried clean file in rm before further processing, have failed.

it can cleaned applying sequence of regex's.

just give impression of need do:

  • remove lines before header line
  • replace header ilne
  • eliminate lines
  • combine 2 consecutive lines 1 line

yes manually before, not intention should repetitive process.

an option write python procedure.

but maybe there out there.


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -