<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SQL SERVER &#8211; Import CSV File into Database Table Using SSIS</title>
	<atom:link href="http://blog.sqlauthority.com/2011/05/12/sql-server-import-csv-file-into-database-table-using-ssis/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2011/05/12/sql-server-import-csv-file-into-database-table-using-ssis/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Wed, 22 May 2013 19:03:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: SQL SERVER &#8211; Weekly Series &#8211; Memory Lane &#8211; #029 &#124; SQL Server Journey with SQL Authority</title>
		<link>http://blog.sqlauthority.com/2011/05/12/sql-server-import-csv-file-into-database-table-using-ssis/#comment-477459</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; Weekly Series &#8211; Memory Lane &#8211; #029 &#124; SQL Server Journey with SQL Authority]]></dc:creator>
		<pubDate>Sat, 18 May 2013 01:31:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=12872#comment-477459</guid>
		<description><![CDATA[[&#8230;] Import CSV File into Database Table Using SSIS It is a very frequent request to upload CSV file to database or Import CSV file into a database. I have previously written an article how one can do this using T-SQL over here  Import CSV File Into SQL Server Using Bulk Insert. One of the request which I quite often encounter is how I can do the same using SSIS package and automate it. Today we will understand the same using images. [&#8230;]]]></description>
		<content:encoded><![CDATA[<p>[&#8230;] Import CSV File into Database Table Using SSIS It is a very frequent request to upload CSV file to database or Import CSV file into a database. I have previously written an article how one can do this using T-SQL over here  Import CSV File Into SQL Server Using Bulk Insert. One of the request which I quite often encounter is how I can do the same using SSIS package and automate it. Today we will understand the same using images. [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://blog.sqlauthority.com/2011/05/12/sql-server-import-csv-file-into-database-table-using-ssis/#comment-475305</link>
		<dc:creator><![CDATA[Paul]]></dc:creator>
		<pubDate>Tue, 14 May 2013 20:41:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=12872#comment-475305</guid>
		<description><![CDATA[N to N column mappings as explained here (In DTS)
http://msdn.microsoft.com/en-us/library/aa933488%28v=sql.80%29.aspx]]></description>
		<content:encoded><![CDATA[<p>N to N column mappings as explained here (In DTS)<br />
<a href="http://msdn.microsoft.com/en-us/library/aa933488%28v=sql.80%29.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/aa933488%28v=sql.80%29.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://blog.sqlauthority.com/2011/05/12/sql-server-import-csv-file-into-database-table-using-ssis/#comment-475304</link>
		<dc:creator><![CDATA[Paul]]></dc:creator>
		<pubDate>Tue, 14 May 2013 20:40:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=12872#comment-475304</guid>
		<description><![CDATA[Does SSIS support N to N column mappings as DTS did ?  I do not see it graphically as I did with DTS]]></description>
		<content:encoded><![CDATA[<p>Does SSIS support N to N column mappings as DTS did ?  I do not see it graphically as I did with DTS</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thang nguyen</title>
		<link>http://blog.sqlauthority.com/2011/05/12/sql-server-import-csv-file-into-database-table-using-ssis/#comment-461295</link>
		<dc:creator><![CDATA[thang nguyen]]></dc:creator>
		<pubDate>Mon, 22 Apr 2013 09:43:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=12872#comment-461295</guid>
		<description><![CDATA[Nice example]]></description>
		<content:encoded><![CDATA[<p>Nice example</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jinneshparekh</title>
		<link>http://blog.sqlauthority.com/2011/05/12/sql-server-import-csv-file-into-database-table-using-ssis/#comment-428643</link>
		<dc:creator><![CDATA[jinneshparekh]]></dc:creator>
		<pubDate>Wed, 27 Feb 2013 17:11:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=12872#comment-428643</guid>
		<description><![CDATA[Hi Pinal, Great article to begin with, i am working in SSIS and am not sure on backward compatibility stuff supported in 2008, i have made a package with 97-2003 as source but if the version of excel is 3.0/4.0, would the behaviour of ssis change, do we need to explicitly handle this and also if we wanna make this .xlsx compatible what would be a good practice?
Thanks
Jinesh Rajesh Parekh]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal, Great article to begin with, i am working in SSIS and am not sure on backward compatibility stuff supported in 2008, i have made a package with 97-2003 as source but if the version of excel is 3.0/4.0, would the behaviour of ssis change, do we need to explicitly handle this and also if we wanna make this .xlsx compatible what would be a good practice?<br />
Thanks<br />
Jinesh Rajesh Parekh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chirag</title>
		<link>http://blog.sqlauthority.com/2011/05/12/sql-server-import-csv-file-into-database-table-using-ssis/#comment-420466</link>
		<dc:creator><![CDATA[Chirag]]></dc:creator>
		<pubDate>Mon, 11 Feb 2013 05:13:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=12872#comment-420466</guid>
		<description><![CDATA[Hi,

I&#039;m looking for the similar solution. Please let me know if you able to find it.

Thanx..
Chirag]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;m looking for the similar solution. Please let me know if you able to find it.</p>
<p>Thanx..<br />
Chirag</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Katie Webb</title>
		<link>http://blog.sqlauthority.com/2011/05/12/sql-server-import-csv-file-into-database-table-using-ssis/#comment-415863</link>
		<dc:creator><![CDATA[Katie Webb]]></dc:creator>
		<pubDate>Thu, 31 Jan 2013 17:15:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=12872#comment-415863</guid>
		<description><![CDATA[Great article! I am just learning how to use SSIS (today) and your article is very helpful.  I am wondering if there is a way to load a CSV file and change all blank strings to NULL across all columns without writing it out column by column?]]></description>
		<content:encoded><![CDATA[<p>Great article! I am just learning how to use SSIS (today) and your article is very helpful.  I am wondering if there is a way to load a CSV file and change all blank strings to NULL across all columns without writing it out column by column?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis Trunzo</title>
		<link>http://blog.sqlauthority.com/2011/05/12/sql-server-import-csv-file-into-database-table-using-ssis/#comment-412393</link>
		<dc:creator><![CDATA[Dennis Trunzo]]></dc:creator>
		<pubDate>Thu, 24 Jan 2013 15:19:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=12872#comment-412393</guid>
		<description><![CDATA[Thanks! great articles...]]></description>
		<content:encoded><![CDATA[<p>Thanks! great articles&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gnanasekaran Kuppusamy</title>
		<link>http://blog.sqlauthority.com/2011/05/12/sql-server-import-csv-file-into-database-table-using-ssis/#comment-387906</link>
		<dc:creator><![CDATA[Gnanasekaran Kuppusamy]]></dc:creator>
		<pubDate>Thu, 06 Dec 2012 07:58:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=12872#comment-387906</guid>
		<description><![CDATA[Hi Madhivanan,
Am  also looking for a solution for the same problem. Kindly reply if you have any solution for this. Thanks in advance.]]></description>
		<content:encoded><![CDATA[<p>Hi Madhivanan,<br />
Am  also looking for a solution for the same problem. Kindly reply if you have any solution for this. Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gnanasekaran Kuppusamy</title>
		<link>http://blog.sqlauthority.com/2011/05/12/sql-server-import-csv-file-into-database-table-using-ssis/#comment-387898</link>
		<dc:creator><![CDATA[Gnanasekaran Kuppusamy]]></dc:creator>
		<pubDate>Thu, 06 Dec 2012 07:41:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=12872#comment-387898</guid>
		<description><![CDATA[Hi Saranya,
Am also looking for the solution for the same problem  (both questions). Kindly reply if you have any idea to do the same. Thanks in advance.]]></description>
		<content:encoded><![CDATA[<p>Hi Saranya,<br />
Am also looking for the solution for the same problem  (both questions). Kindly reply if you have any idea to do the same. Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Snamelisch</title>
		<link>http://blog.sqlauthority.com/2011/05/12/sql-server-import-csv-file-into-database-table-using-ssis/#comment-381906</link>
		<dc:creator><![CDATA[Snamelisch]]></dc:creator>
		<pubDate>Tue, 27 Nov 2012 09:33:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=12872#comment-381906</guid>
		<description><![CDATA[Hi Pinal,
I&#039;ve worked with and it worked great for a while. Now I have an issue. Somewhere in the csv file there is something bad. The file has about 200k lines in it, so manually searching for the error is not possible (although I&#039;ve done that anyway). I seem to have no issues when reading the file into Excel or Access (for trying to find the error). Do you have an addition to the solution show, that enables me to exactly pinpoint the line that is causing the error?. By the way, I have tried to redirect the line containing the error to an alternative table. My (probably crude) attempt was not successfull]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,<br />
I&#8217;ve worked with and it worked great for a while. Now I have an issue. Somewhere in the csv file there is something bad. The file has about 200k lines in it, so manually searching for the error is not possible (although I&#8217;ve done that anyway). I seem to have no issues when reading the file into Excel or Access (for trying to find the error). Do you have an addition to the solution show, that enables me to exactly pinpoint the line that is causing the error?. By the way, I have tried to redirect the line containing the error to an alternative table. My (probably crude) attempt was not successfull</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: commissary</title>
		<link>http://blog.sqlauthority.com/2011/05/12/sql-server-import-csv-file-into-database-table-using-ssis/#comment-381538</link>
		<dc:creator><![CDATA[commissary]]></dc:creator>
		<pubDate>Mon, 26 Nov 2012 21:03:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=12872#comment-381538</guid>
		<description><![CDATA[thanks pinal ..]]></description>
		<content:encoded><![CDATA[<p>thanks pinal ..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER &#8211; Copy Data from One Table to Another Table &#8211; SQL in Sixty Seconds #031 &#8211; Video &#171; SQL Server Journey with SQL Authority</title>
		<link>http://blog.sqlauthority.com/2011/05/12/sql-server-import-csv-file-into-database-table-using-ssis/#comment-366722</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; Copy Data from One Table to Another Table &#8211; SQL in Sixty Seconds #031 &#8211; Video &#171; SQL Server Journey with SQL Authority]]></dc:creator>
		<pubDate>Wed, 31 Oct 2012 01:32:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=12872#comment-366722</guid>
		<description><![CDATA[[...] SQL SERVER – Import CSV File into Database Table Using SSIS [...]]]></description>
		<content:encoded><![CDATA[<p>[...] SQL SERVER – Import CSV File into Database Table Using SSIS [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhishek</title>
		<link>http://blog.sqlauthority.com/2011/05/12/sql-server-import-csv-file-into-database-table-using-ssis/#comment-357299</link>
		<dc:creator><![CDATA[Abhishek]]></dc:creator>
		<pubDate>Mon, 08 Oct 2012 11:47:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=12872#comment-357299</guid>
		<description><![CDATA[Just got a doubt, if the file name changes everyday then what would be the mechanism. As in this case the file name is CSVfile.txt. Lets put an example. The file name would be CSVfile_20121008.txt (where 20121008 is today&#039;s date). And this value will be changing regularly and the file would be placed in the same location(so the old file is deleted and only the new file as of current date is present). Is there any process for the same with keeping with the approach same of importing the data.]]></description>
		<content:encoded><![CDATA[<p>Just got a doubt, if the file name changes everyday then what would be the mechanism. As in this case the file name is CSVfile.txt. Lets put an example. The file name would be CSVfile_20121008.txt (where 20121008 is today&#8217;s date). And this value will be changing regularly and the file would be placed in the same location(so the old file is deleted and only the new file as of current date is present). Is there any process for the same with keeping with the approach same of importing the data.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madhivanan</title>
		<link>http://blog.sqlauthority.com/2011/05/12/sql-server-import-csv-file-into-database-table-using-ssis/#comment-341439</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Thu, 06 Sep 2012 10:12:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=12872#comment-341439</guid>
		<description><![CDATA[Do the files have date values as part of the names?]]></description>
		<content:encoded><![CDATA[<p>Do the files have date values as part of the names?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gallop</title>
		<link>http://blog.sqlauthority.com/2011/05/12/sql-server-import-csv-file-into-database-table-using-ssis/#comment-341052</link>
		<dc:creator><![CDATA[Gallop]]></dc:creator>
		<pubDate>Wed, 05 Sep 2012 08:33:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=12872#comment-341052</guid>
		<description><![CDATA[How can I load the latest csv file in a folder into the database table.I have 5 csv files with different modified times....I want to load the latest file.

Thanks]]></description>
		<content:encoded><![CDATA[<p>How can I load the latest csv file in a folder into the database table.I have 5 csv files with different modified times&#8230;.I want to load the latest file.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raj</title>
		<link>http://blog.sqlauthority.com/2011/05/12/sql-server-import-csv-file-into-database-table-using-ssis/#comment-337771</link>
		<dc:creator><![CDATA[Raj]]></dc:creator>
		<pubDate>Mon, 27 Aug 2012 02:02:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=12872#comment-337771</guid>
		<description><![CDATA[Hi Everybody,

Could you please suggest me how can I insert data from one flat file to different tables in sql server Database using SSIS or SQL code?

TB1*AP*ENH5895*86597*20120620~
TB2*395*000001*0052959874~
TB3*0569*00*E042165578*0034603409~
TB1*AP*ENH5895*86597*00501025836~
TB2*395*000001*00529265684~

I have a data like this format in flat file. I need to insert it into different 3 tables in sql server 2008 , named TB1, TB2 and TB3. here in raw file : fieldterminator = &#039;*&#039; and rowterminator = &#039;~&#039;
1st and 4th rows records should be inserted in TB1 TABLE.
2nd and 5th rows records should be inserted in TB2 table
and 3rd row&#039;s records should be inserted in TB3 table.

Thanks,
Raj]]></description>
		<content:encoded><![CDATA[<p>Hi Everybody,</p>
<p>Could you please suggest me how can I insert data from one flat file to different tables in sql server Database using SSIS or SQL code?</p>
<p>TB1*AP*ENH5895*86597*20120620~<br />
TB2*395*000001*0052959874~<br />
TB3*0569*00*E042165578*0034603409~<br />
TB1*AP*ENH5895*86597*00501025836~<br />
TB2*395*000001*00529265684~</p>
<p>I have a data like this format in flat file. I need to insert it into different 3 tables in sql server 2008 , named TB1, TB2 and TB3. here in raw file : fieldterminator = &#8216;*&#8217; and rowterminator = &#8216;~&#8217;<br />
1st and 4th rows records should be inserted in TB1 TABLE.<br />
2nd and 5th rows records should be inserted in TB2 table<br />
and 3rd row&#8217;s records should be inserted in TB3 table.</p>
<p>Thanks,<br />
Raj</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pandi</title>
		<link>http://blog.sqlauthority.com/2011/05/12/sql-server-import-csv-file-into-database-table-using-ssis/#comment-323592</link>
		<dc:creator><![CDATA[Pandi]]></dc:creator>
		<pubDate>Thu, 02 Aug 2012 12:33:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=12872#comment-323592</guid>
		<description><![CDATA[Hi Pinal, 
     I upload csv file but it execute operating system error... What can i do for this error. Any updation for OS. I am using XP sp1 .

Thanks,
Pandiyaraj]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,<br />
     I upload csv file but it execute operating system error&#8230; What can i do for this error. Any updation for OS. I am using XP sp1 .</p>
<p>Thanks,<br />
Pandiyaraj</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maximila</title>
		<link>http://blog.sqlauthority.com/2011/05/12/sql-server-import-csv-file-into-database-table-using-ssis/#comment-309136</link>
		<dc:creator><![CDATA[Maximila]]></dc:creator>
		<pubDate>Wed, 04 Jul 2012 08:01:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=12872#comment-309136</guid>
		<description><![CDATA[Hi, I want same with mulitiple files to load into database using Foreach loop container.]]></description>
		<content:encoded><![CDATA[<p>Hi, I want same with mulitiple files to load into database using Foreach loop container.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER &#8211; Importing CSV File Into Database &#8211; SQL in Sixty Seconds #018 &#8211; Video &#171; SQL Server Journey with SQL Authority</title>
		<link>http://blog.sqlauthority.com/2011/05/12/sql-server-import-csv-file-into-database-table-using-ssis/#comment-303403</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; Importing CSV File Into Database &#8211; SQL in Sixty Seconds #018 &#8211; Video &#171; SQL Server Journey with SQL Authority]]></dc:creator>
		<pubDate>Wed, 20 Jun 2012 01:31:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=12872#comment-303403</guid>
		<description><![CDATA[[...] SQL SERVER – Import CSV File into Database Table Using SSIS [...]]]></description>
		<content:encoded><![CDATA[<p>[...] SQL SERVER – Import CSV File into Database Table Using SSIS [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madhivanan</title>
		<link>http://blog.sqlauthority.com/2011/05/12/sql-server-import-csv-file-into-database-table-using-ssis/#comment-287621</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Wed, 23 May 2012 13:05:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=12872#comment-287621</guid>
		<description><![CDATA[Did you get any error?]]></description>
		<content:encoded><![CDATA[<p>Did you get any error?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amitsinh</title>
		<link>http://blog.sqlauthority.com/2011/05/12/sql-server-import-csv-file-into-database-table-using-ssis/#comment-281774</link>
		<dc:creator><![CDATA[Amitsinh]]></dc:creator>
		<pubDate>Fri, 04 May 2012 04:09:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=12872#comment-281774</guid>
		<description><![CDATA[Hello Pinal,

I need your help in Import 4GB .CSV file with 340 colums.

Its not allow me to import it

Thanks,
AMIT NAKOOM]]></description>
		<content:encoded><![CDATA[<p>Hello Pinal,</p>
<p>I need your help in Import 4GB .CSV file with 340 colums.</p>
<p>Its not allow me to import it</p>
<p>Thanks,<br />
AMIT NAKOOM</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dev</title>
		<link>http://blog.sqlauthority.com/2011/05/12/sql-server-import-csv-file-into-database-table-using-ssis/#comment-281351</link>
		<dc:creator><![CDATA[Dev]]></dc:creator>
		<pubDate>Wed, 02 May 2012 09:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=12872#comment-281351</guid>
		<description><![CDATA[Hi der,

I am transformning txt n csv files into database through SQL plus/loader.

I have file of transections where there are more than 1 columns holds negactve values. Now the problem is that in txt file a negative sign occurs on the right side of the number. .So I have multiply certain colums contents with (-1)  it works for 1 colum, but what can I do with more than 1 colums containing negatives at the end.

FOR EXAMPLE: 

&#124;Jusq.   0     &#124;Jusq.  30     &#124;Jusq.  60      &#124;Jusq.  90     &#124;Jusq. 180     &#124;

&#124;760.288 -   &#124;     653.612 &#124;     145.456- &#124;     117.814- &#124;     170.807  &#124; 
&#124;760.288     &#124;     653.612-&#124;     145.456  &#124;     117.814- &#124;     170.807-  &#124; 
&#124;760.288 -   &#124;     653.612 &#124;     145.456 -&#124;     117.814- &#124;     170.807-  &#124; 
&#124;760.288-    &#124;     653.612-&#124;     145.456  &#124;     117.814  &#124;     170.807   &#124; 
&#124;760.288     &#124;     653.612-&#124;     145.456  &#124;     117.814- &#124;     170.807-  &#124;]]></description>
		<content:encoded><![CDATA[<p>Hi der,</p>
<p>I am transformning txt n csv files into database through SQL plus/loader.</p>
<p>I have file of transections where there are more than 1 columns holds negactve values. Now the problem is that in txt file a negative sign occurs on the right side of the number. .So I have multiply certain colums contents with (-1)  it works for 1 colum, but what can I do with more than 1 colums containing negatives at the end.</p>
<p>FOR EXAMPLE: </p>
<p>|Jusq.   0     |Jusq.  30     |Jusq.  60      |Jusq.  90     |Jusq. 180     |</p>
<p>|760.288 &#8211;   |     653.612 |     145.456- |     117.814- |     170.807  |<br />
|760.288     |     653.612-|     145.456  |     117.814- |     170.807-  |<br />
|760.288 &#8211;   |     653.612 |     145.456 -|     117.814- |     170.807-  |<br />
|760.288-    |     653.612-|     145.456  |     117.814  |     170.807   |<br />
|760.288     |     653.612-|     145.456  |     117.814- |     170.807-  |</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mercified</title>
		<link>http://blog.sqlauthority.com/2011/05/12/sql-server-import-csv-file-into-database-table-using-ssis/#comment-279355</link>
		<dc:creator><![CDATA[mercified]]></dc:creator>
		<pubDate>Wed, 25 Apr 2012 00:22:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=12872#comment-279355</guid>
		<description><![CDATA[nice explanation.  thanks.]]></description>
		<content:encoded><![CDATA[<p>nice explanation.  thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Offer</title>
		<link>http://blog.sqlauthority.com/2011/05/12/sql-server-import-csv-file-into-database-table-using-ssis/#comment-267251</link>
		<dc:creator><![CDATA[Offer]]></dc:creator>
		<pubDate>Sat, 24 Mar 2012 23:09:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=12872#comment-267251</guid>
		<description><![CDATA[Dear everybody.

I&#039;m still waiting for a solution to load current data from live dynamic CSV file (mail server log file).

How can I make the connection to it, and read it line by line whenever a line is added?

Thanks!]]></description>
		<content:encoded><![CDATA[<p>Dear everybody.</p>
<p>I&#8217;m still waiting for a solution to load current data from live dynamic CSV file (mail server log file).</p>
<p>How can I make the connection to it, and read it line by line whenever a line is added?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
