java
Adding headers to Csv file using header enricher in spring integration
I need to write custom headers to csv file at the time of its creation, I tried using transformers in spring integration, but I cannot complete my task. Start of file and firm name are the custom headers I need to add to csv file. I know we can do this using #Transformer in spring integration, I'm confused with this, please help me understanding #transformer. Output csv file should look like: START-OF-FILE : "" FIRMNAME : abcd Year, make, model, description, price 1997, abs, moon, abc, 3000 Do I need to configure service provider in xml, I'm new to spring integration, any help? Any suggestions? Thanks
Related Links
Validation of date in RestAPI
How to keep state of recycler View after rotate
How do I share images from Firebase in a RecyclerView?
Use of the if statement
How to Generate a Http Post request and print the request before sending it using Java
How to make image slider similar to Ola app
How do I write a query aggregation Mongo in the Spring? What am I doing wrong?
Preparing facebook sdk for release
How to add complex XML to SOAP Fault detail in Spring web service?
How to process large JSON response from API with Reactor?
Map source class to multiple destination classes in Dozer
How do I validate n number of <p> tags at runtime?
SwingWorker - How to refresh a JTextfield during an ActionEvent
How to Use IntelliGuard plugin for java obfuscation?
Deploy multiple wars to WSO2 and each having multiple log4j configuration
Ajax post to Spring MVC controller results in “Requested resource is unavailable” error