Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9147157
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T10:55:10+00:00 2026-06-17T10:55:10+00:00

I need to execute ETL operation on large data package using spring integration. For

  • 0

I need to execute ETL operation on large data package using spring integration.
For example, I have huge xml file like:

<school>
    <cource name="A">
        <class>
            <name>A1</name>
            <students>20</students>
        </class>
        ...
        <class>
            <name>A35</name>
            <students>19</students>
        </class>
    </cource>
    <cource>
    ...
    </cource>
</school>

The result should be 2 cvs files:

First:

A1;20
...
A35;35

Second:

A; 754
..
C; 232

That is simple convertion operation and some aggregation function on container. Count of “class” and “cource” records are really huge and I can’t parse input data in memory (so i need to iterate by elements),
but i still wan’t to use integration patterns for easy modification ETL flow.

Is there any way how can i do that?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T10:55:12+00:00Added an answer on June 17, 2026 at 10:55 am

    You can create a step with ItemReader and ItemWriter associated with it. Large files are streamed, not read as a whole. So, this should do the magic.

    More reading here. Example here.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to execute a command per line of some file. For example: file1.txt
I need to execute queries on HBase using hive. I have downloaded the HBase
I need to execute a SQL Query between two databases. Example: SELECT * from
I need to execute the given commands as root and sudo user using Java.
I need to execute several rename commands in a batch file and wish to
I need to execute aspnet_compiler from a bat file that I maintain to automate
I need execute 2 select in SQLAlchemy. For example: select1 = Session.query(col1, col2, col3,
I need to execute basic queries on a text file which consists of several
I need to execute a batch file (in Java 6) and use following code
I need to execute a php file with parameters through shell. here is how

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.