Skip to content

Java Spring project to read posts xml data file using Camel route

Notifications You must be signed in to change notification settings

zmousa/xml-parser-camel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Camel XML Importer

Java Spring project to read posts xml data file using Camel route, process it's data and save it as CSV file.

Steps

  • Read XML File using Camel file component
  • Un-marshal data into Post model using using stax splitter
  • Filter posts questions
  • Normalization, by removing step word and convert to lower-case
  • Aggregate multiple posts as a batch and send it process
  • Save the output as CSV

Note This project is spring web project, write REST controller to run the project

About

Java Spring project to read posts xml data file using Camel route

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages