ElasticSearch to decorrupt data

I would like to feed arrays of corrupted data into ElasticSearch. The data is from a database. The data basically looks like
random characters + column1 name (may not be spelled correctly) + random characters + value + random characters + column2 name (sp) etc. The plus signs just mean concatenation in this case. I can produce regexps for each column and value. I want to extract the column names and values from the string of data in order to reproduce each record of the table. Can I do this with ElasticSearch? If so, how?

Also how do I get the search data exported to csv, xml, Json etc.

Thank you

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.