This content has been marked as final. 
    
Show                 1 reply
    
- 
        1. Re: Enriching a message from CSVtcunning Mar 15, 2012 1:12 PM (in response to billy.sjoberg)Check out the huge-split-enrich-transform-route quickstart - in particular 01_split_enrich_transform_route/smooks_configs/database/ref-data.xml. I think it does what you are looking for, although with a database, not with a CSV file. If the CSV part of your requirements is something that can be tweaked, it might make sense to store it in a DB rather than a CSV file - if not, you might be able to front your CSV with JDBC or JPA and use the datasource instead. 
 
    