Viewing 15 posts - 9,586 through 9,600 (of 13,874 total)
rocky_498 (10/24/2013)
ID,DISTRIBUTOR BCITY,ACCOUNT ID TYPE,ACCOUNT ID
DS,BP9744524,CARLSBAD,D,BR9307299,UNKNOWN
I can Open this .DAT file in Notepad. Client just want above format files in .DAT format.
Please guide me or...
October 25, 2013 at 4:07 am
But how do i see the exact line of my script task which caused an exception ?
If this was your question, why did you start the thread with:
How do I...
October 24, 2013 at 10:39 pm
blasto_max (10/24/2013)
Koen Verbeeck (10/24/2013)
Maybe there are easier alternatives.
As long as you don't use any blocking...
October 24, 2013 at 10:28 pm
Some rough pseudo-code:
rowA = readRow;
rowB = readRow;
do
if (rowA.Type != "Test" || rowB.Type != "Test")
ignore
else
output rowA;
rowA =...
October 24, 2013 at 6:27 am
Even better (IMO) is to use something rare as your column delimiter (eg |).
Then you don't need the extra "s & save some disk space...
October 24, 2013 at 6:13 am
This can definitely be done using a Script Component. It should be asynchronous, because not every input row will have a corresponding output row.
I did not reply sooner because your...
October 23, 2013 at 8:11 pm
SQListic (10/21/2013)
Help on this please, I am having similar issue.
What have you tried?
October 23, 2013 at 7:58 pm
Rather than looking at the source data in Excel, can you please open it in Notepad++ or similar and then have a close look at the offending data?
From your screen...
October 22, 2013 at 12:31 pm
scuby.me (10/22/2013)
October 22, 2013 at 11:32 am
Collate is relevant for strings, not numerics. You need to remove it from the bigint.
October 22, 2013 at 11:31 am
aaron.reese (10/22/2013)
I have a flat file which gets written in three parts (generic header, specific lines, generic footer with a rowcount from the lines). We experienced a 1:1000000 error...
October 22, 2013 at 5:04 am
dan-572483 (10/21/2013)
October 21, 2013 at 2:10 pm
Great! Thanks for posting back.
October 21, 2013 at 1:30 pm
In your flat file connection manager, which 'Format' are you using?
I would suggest trying out 'Delimited' with 'None' as your Text qualifier and {CR}{LF} as your column delimiter.
October 21, 2013 at 1:09 pm
miles_lesperance (10/21/2013)
October 21, 2013 at 1:03 pm
Viewing 15 posts - 9,586 through 9,600 (of 13,874 total)