foreach-loop-container Questions

2

This was my original code #include "stdafx.h" #include <string> #include <list> #include <algorithm> using namespace std; class testing { public: int value; testing(int v) {...
Actinia asked 2/8, 2013 at 0:6

2

Solved

The Foreach Loop container in my process isn't pushing the new filename into the established variable. It loops through the process as many times as there are files that meet the criteria, I just n...
Cascarilla asked 26/3, 2019 at 20:19

7

Solved

I am using a for each loop to visit each element of an array of Strings and checking specific characteristics of those Strings. I need to access the next element in this loop if the current one has...
Acord asked 18/9, 2013 at 12:22

2

Solved

I am trying to use the Rename-Item cmdlet to do the following: I have folder which contains "*.txt" files. Let's say 1.txt, 2.txt etc... I want to copy files that have some prefix, rename them to...
Regalado asked 31/8, 2015 at 12:58

1

I have a folder having multiple files with the name as P04_20140326_1234.zip P04_20130324_58714.zip P04_20130808_jurhet.zip P04_20130815_85893.zip etc The name is in the format P04_systemdate_*...
Antependium asked 26/3, 2014 at 20:34

1

Solved

When setting up a for each loop to read products from an "objProduct" object variable, I got three options in "Enumerator Mode" pane as snapshot shows: I know "Rows in the first table" is the r...
Schick asked 31/12, 2013 at 17:54

1

I'm having an issue and I don't know if this is possible to do. I have a simple SQL task. SELECT Name, email FROM table_name Using a result set, I'm trying to pass it to a variable and use it on...
Exalted asked 17/12, 2013 at 19:33

1

Solved

I have a SSIS package that loads csv files from a particular directory, using an expression and a wildcard for picking up all the files. Currently, the FileSpec of the container looks for all file...
Demobilize asked 30/9, 2013 at 11:24

1

Solved

I have an issue with a very simple task in SSIS 2012. I have a for-each container that runs in FOR-EACH-FILE Enumerator mode. I want to read a target folder with XML files. The path to the folder...
Blackett asked 26/4, 2012 at 15:11

1

Basically, the user submits a String which the Iterator searches an ArrayList for. When found the Iterator will delete the object containing the String. Because each of these objects contain two S...
Synchronic asked 17/11, 2011 at 21:59

3

Solved

I have inherited a terribly written MS Access database that I need to import into SQL. The Access database has several thousand tables in it with field definitions that are identical. I have some e...
Contravene asked 9/6, 2011 at 20:24

1

Solved

I need to set the Folder in my Foreach loop to a variable location. I tried just adding the location to my package configuration, and it acted like it worked, but when I opened the configuration fi...
Invalidity asked 29/3, 2011 at 0:21
1

© 2022 - 2024 — McMap. All rights reserved.