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 6075887
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T10:32:40+00:00 2026-05-23T10:32:40+00:00

I use task to run a target for all values from the list, taken

  • 0

I use task to run a target for all values from the list, taken from one property.

<foreach list="val1,val2" delimiter="," target="my.target" param="param_name"/>

Now, I want to put those values to the separate properties file as there is a lot of them.

So the question is: how can I read multiple (don’t know how many) properties (lines in file in fact) from the file into one property?

The property file should look like this:

val1
val2
anothervalue
foobar

And the output should be:

"val1,val2,anothervalue,foobar"

be put in one property.

  • 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-05-23T10:32:41+00:00Added an answer on May 23, 2026 at 10:32 am

    You can achieve this using LineTokenizer filter with loadfile. For example:

    <target name="t">
        <loadfile property="data_range" srcFile="ls.txt">
            <filterchain> <!-- this filter outputs lines delimited by "," -->
                <tokenfilter delimoutput=","/>
            </filterchain>
        </loadfile>
        <foreach list="${data_range}" param="line" delimiter="," target="print" />
    </target>
    
    <target name="print">
        <echo>line [${line}]</echo> <!-- you can do anything here -->
    </target>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to use the MSBuild NUnit community task to force tests to run
When I use the task, the property is only set to TRUE if the
I would like to use the task-list in Visual Studio but it really lacks
I'm trying to use ANT to copy files from one directory to another directory
I'm looking to use the fileUpdate task from msbuildtasks.tigris.org to modify image src's as
I am trying to run an Ant task from within IBM RSA IDE using
I'm trying to use the VssGet task of the MSBuild Community Tasks, and the
I want to use the FTP task in ant, and I have found the
I am trying to use an xmlpoke task to update a VS Project File
On a very important Windows server we use a scheduled task set up by

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.