Canadensys / narwhal-processor

Basic data processing library aiming to normalize similar values ​​in a known format.
MIT License
6 stars 7 forks source link

processBean() function from AbstractDataProcessor should be depracated #22

Open cgendreau opened 8 years ago

cgendreau commented 8 years ago

After testing some usage scenarios for this library, I came to the conclusion that processBean() functions should be delegated to the user of the library and should not included in the core library. It makes intermediate steps less efficient (e.g. clean string before processing).