Viewing 15 posts - 136 through 150 (of 391 total)
I've gone back to the "Component Properties" in my "Advanced Editor for Flat File Source" to make this change and I seem to have forgotten how to put this formula...
April 20, 2021 at 2:09 pm
Thanks... this helped tremendously... right now it is however using the FileNameColumnName under "Component Properties" in my "Advanced Editor for Flat File Source" to deliver the full path when I...
April 19, 2021 at 8:04 pm
So I chose just the first .csv file in the list?
April 19, 2021 at 4:09 pm
When I use the data flow task and the Source Assistant / Flat File Connection Manager Editor it will not allow me to choose multiple flat files with my folder
April 19, 2021 at 3:58 pm
I want to insert the date part of the file name into a date field in my SQL table called "PyRlByPeriod" within connection "10.1.201.29.a2hr" which is my database. The file...
April 19, 2021 at 3:14 pm
Thanks... within my Loop container I placed an "Execute SQL Task Editor" but I'm having trouble with its needed syntax in the SQL Statement and the Parameter Mapping... something is...
April 19, 2021 at 2:58 pm
How do you get part or all the file name into the variable?
April 16, 2021 at 5:10 pm
What do you mean by "dynamic filename variable"?
April 15, 2021 at 6:46 pm
ConvoEVQ2021-03-22 is the convention of the .csv file names with only the month and day changing. Here I only want to return 2021-03-22 as the value that will be going...
April 15, 2021 at 4:54 pm
Found the Derived Column Transformation but do I type in my SQL to get the Date from the file name into the "Expression"?
April 15, 2021 at 4:39 pm
Sorry it's there when I go into Data Flow... my bad
April 15, 2021 at 4:17 pm
It's simply not there
April 15, 2021 at 4:14 pm
I can't find the Derived Column Transformation in my Toolbox
April 15, 2021 at 4:07 pm
To get the date would I Take the file name and a variable like DATE and do something like a:
SELECT RIGHT ([FILENAME], 10) AS [DATE] to get the date out...
April 15, 2021 at 4:03 pm
Just a guess as to my strategy - I'm using variables to hold the values of each field as the process iterates through each row of the .csv file. Can...
April 15, 2021 at 3:44 pm
Viewing 15 posts - 136 through 150 (of 391 total)