I’ve added this to the jira
On April 26, 2017 at 09:28:54, Otto Fowler ([email protected]) wrote: What if you could implement your cleaning in Stellar functions, which would be in libraries that were loaded as plugins and available to all your parsers? my_field = ALI_CLEANMYFIELD(my_field) The idea would be: * Metron has an archetype for creating stellar ‘libraries’ * You write your stellar functions and the unit/integration tests for them, and maintain that project outside the metron tree ( as hopefully you will be able to do soon with parsers -METRON-777, METRON-258 ) * You use the metron management UI to install your stellar libraries * You call your stellar functions from your parser configuration
