<?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 SQL Server Using Bulk Insert &#8211; Load Comma Delimited File Into SQL Server</title>
	<atom:link href="http://blog.sqlauthority.com/2008/02/06/sql-server-import-csv-file-into-sql-server-using-bulk-insert-load-comma-delimited-file-into-sql-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2008/02/06/sql-server-import-csv-file-into-sql-server-using-bulk-insert-load-comma-delimited-file-into-sql-server/</link>
	<description>Notes of a SQL Server MVP and Database Administrator</description>
	<lastBuildDate>Sat, 21 Nov 2009 05:54:09 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: david</title>
		<link>http://blog.sqlauthority.com/2008/02/06/sql-server-import-csv-file-into-sql-server-using-bulk-insert-load-comma-delimited-file-into-sql-server/#comment-57565</link>
		<dc:creator>david</dc:creator>
		<pubDate>Thu, 12 Nov 2009 23:01:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=497#comment-57565</guid>
		<description>sorry, too quick on the submit button!

Im seriously in need of help, ive looked into many options including dts and bcp but ive not had any joy.

my txt file is formated in the following way
&#124;fname1&#124;,&#124;26/02/03&#124;,&#124;lname1&#124;
&#124;fname2&#124;,&#124;26/02/03&#124;,&#124;lname2&#124;
&#124;fname3&#124;,&#124;27/02/03&#124;,&#124;lname3&#124;

and so on...

Ive tried the following but the data is not being added correctly. I dont want to  search and replace stuff in the file becuase i have 100&#039;s of files with 10,000&#039;s rows to deal with. Please help.

thanks.
D

BULK
INSERT tblTest
FROM &#039;c:\Feb03Names.txt&#039;
WITH
( 
FIELDTERMINATOR = &#039;&#124;&#039;,
ROWTERMINATOR =  &#039;&#124;\n&#039;
) 

The following is what gets stored in the db when running the above code.
ID	Name	RegDate	Lname
1	fname1	,	26/02/03&#124;,&#124;lname1
2	fname2	,	26/02/03&#124;,&#124;lname2
3	fname3	,	27/02/03&#124;,&#124;lname3&#124;</description>
		<content:encoded><![CDATA[<p>sorry, too quick on the submit button!</p>
<p>Im seriously in need of help, ive looked into many options including dts and bcp but ive not had any joy.</p>
<p>my txt file is formated in the following way<br />
|fname1|,|26/02/03|,|lname1|<br />
|fname2|,|26/02/03|,|lname2|<br />
|fname3|,|27/02/03|,|lname3|</p>
<p>and so on&#8230;</p>
<p>Ive tried the following but the data is not being added correctly. I dont want to  search and replace stuff in the file becuase i have 100&#8217;s of files with 10,000&#8217;s rows to deal with. Please help.</p>
<p>thanks.<br />
D</p>
<p>BULK<br />
INSERT tblTest<br />
FROM &#8216;c:\Feb03Names.txt&#8217;<br />
WITH<br />
(<br />
FIELDTERMINATOR = &#8216;|&#8217;,<br />
ROWTERMINATOR =  &#8216;|\n&#8217;<br />
) </p>
<p>The following is what gets stored in the db when running the above code.<br />
ID	Name	RegDate	Lname<br />
1	fname1	,	26/02/03|,|lname1<br />
2	fname2	,	26/02/03|,|lname2<br />
3	fname3	,	27/02/03|,|lname3|</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: david</title>
		<link>http://blog.sqlauthority.com/2008/02/06/sql-server-import-csv-file-into-sql-server-using-bulk-insert-load-comma-delimited-file-into-sql-server/#comment-57564</link>
		<dc:creator>david</dc:creator>
		<pubDate>Thu, 12 Nov 2009 22:49:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=497#comment-57564</guid>
		<description>hI,

Im seriously in need of help, ive looked into many options including dts and bcp but ive not had any joy</description>
		<content:encoded><![CDATA[<p>hI,</p>
<p>Im seriously in need of help, ive looked into many options including dts and bcp but ive not had any joy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Özgür S.</title>
		<link>http://blog.sqlauthority.com/2008/02/06/sql-server-import-csv-file-into-sql-server-using-bulk-insert-load-comma-delimited-file-into-sql-server/#comment-57489</link>
		<dc:creator>Özgür S.</dc:creator>
		<pubDate>Tue, 10 Nov 2009 12:10:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=497#comment-57489</guid>
		<description>Hello. It solved my problem too. But I have an another problem. 

It converts the characters &quot;ş,Ş,ç,Ç,ö,Ö,ü,Ü,ğ,Ğ,ı,İ&quot; to unreadable characters. How can I solve it?</description>
		<content:encoded><![CDATA[<p>Hello. It solved my problem too. But I have an another problem. </p>
<p>It converts the characters &#8220;ş,Ş,ç,Ç,ö,Ö,ü,Ü,ğ,Ğ,ı,İ&#8221; to unreadable characters. How can I solve it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hasmukh</title>
		<link>http://blog.sqlauthority.com/2008/02/06/sql-server-import-csv-file-into-sql-server-using-bulk-insert-load-comma-delimited-file-into-sql-server/#comment-57108</link>
		<dc:creator>Hasmukh</dc:creator>
		<pubDate>Wed, 28 Oct 2009 13:28:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=497#comment-57108</guid>
		<description>sir, currently i am developing a windows application where all the file of extension .xls (excel format) must be saved in to the database
 i mean to say the content MUST SAVED INTO DATABASE
 and condition is that the content is not maintained as row or column


PLS REPLY

THANKS 
HASMUKH JAIN</description>
		<content:encoded><![CDATA[<p>sir, currently i am developing a windows application where all the file of extension .xls (excel format) must be saved in to the database<br />
 i mean to say the content MUST SAVED INTO DATABASE<br />
 and condition is that the content is not maintained as row or column</p>
<p>PLS REPLY</p>
<p>THANKS<br />
HASMUKH JAIN</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prabu</title>
		<link>http://blog.sqlauthority.com/2008/02/06/sql-server-import-csv-file-into-sql-server-using-bulk-insert-load-comma-delimited-file-into-sql-server/#comment-56834</link>
		<dc:creator>Prabu</dc:creator>
		<pubDate>Wed, 21 Oct 2009 07:09:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=497#comment-56834</guid>
		<description>How to bulk upload text file. That text file having fixed length format. I want to upload with length specification. in sql server 2005. Can any one help me?....

prabu</description>
		<content:encoded><![CDATA[<p>How to bulk upload text file. That text file having fixed length format. I want to upload with length specification. in sql server 2005. Can any one help me?&#8230;.</p>
<p>prabu</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ct</title>
		<link>http://blog.sqlauthority.com/2008/02/06/sql-server-import-csv-file-into-sql-server-using-bulk-insert-load-comma-delimited-file-into-sql-server/#comment-56513</link>
		<dc:creator>Ct</dc:creator>
		<pubDate>Thu, 08 Oct 2009 01:05:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=497#comment-56513</guid>
		<description>hi!
its really work..thank so much
if you dont mind I would like to ask, how to filter certain data in the csv file during the insertion?

Tq.</description>
		<content:encoded><![CDATA[<p>hi!<br />
its really work..thank so much<br />
if you dont mind I would like to ask, how to filter certain data in the csv file during the insertion?</p>
<p>Tq.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KAPIL</title>
		<link>http://blog.sqlauthority.com/2008/02/06/sql-server-import-csv-file-into-sql-server-using-bulk-insert-load-comma-delimited-file-into-sql-server/#comment-56308</link>
		<dc:creator>KAPIL</dc:creator>
		<pubDate>Thu, 01 Oct 2009 08:01:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=497#comment-56308</guid>
		<description>Thanku very much

BULK
INSERT testing_table
FROM &#039;c:\testing.txt&#039;
WITH
(
FIELDTERMINATOR = &#039;,&#039;,
ROWTERMINATOR = &#039;\n&#039;
)
GO

Above code works.. and this is exactly what i was searching for...</description>
		<content:encoded><![CDATA[<p>Thanku very much</p>
<p>BULK<br />
INSERT testing_table<br />
FROM &#8216;c:\testing.txt&#8217;<br />
WITH<br />
(<br />
FIELDTERMINATOR = &#8216;,&#8217;,<br />
ROWTERMINATOR = &#8216;\n&#8217;<br />
)<br />
GO</p>
<p>Above code works.. and this is exactly what i was searching for&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SAF</title>
		<link>http://blog.sqlauthority.com/2008/02/06/sql-server-import-csv-file-into-sql-server-using-bulk-insert-load-comma-delimited-file-into-sql-server/#comment-56230</link>
		<dc:creator>SAF</dc:creator>
		<pubDate>Tue, 29 Sep 2009 07:49:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=497#comment-56230</guid>
		<description>Thanks buddy :-)</description>
		<content:encoded><![CDATA[<p>Thanks buddy :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prasad</title>
		<link>http://blog.sqlauthority.com/2008/02/06/sql-server-import-csv-file-into-sql-server-using-bulk-insert-load-comma-delimited-file-into-sql-server/#comment-56150</link>
		<dc:creator>prasad</dc:creator>
		<pubDate>Fri, 25 Sep 2009 05:17:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=497#comment-56150</guid>
		<description>good one........

how to store text file in oracle 8i...........</description>
		<content:encoded><![CDATA[<p>good one&#8230;&#8230;..</p>
<p>how to store text file in oracle 8i&#8230;&#8230;&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ramakrishnan</title>
		<link>http://blog.sqlauthority.com/2008/02/06/sql-server-import-csv-file-into-sql-server-using-bulk-insert-load-comma-delimited-file-into-sql-server/#comment-56102</link>
		<dc:creator>ramakrishnan</dc:creator>
		<pubDate>Thu, 24 Sep 2009 01:43:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=497#comment-56102</guid>
		<description>I have tried it with C:\ drive on local machine, BUT it does not work for local machine, works ONLY if the file is on the Server. 

so your @filename on the bulk insert would look something like

\\\\filename.csv OR filename.txt

BULK INSERT does not work for excel files. 

You have to save EXCEL file as CSV and then use it with the 
bulk insert sql command.

PS:There is another option to use OPENROWSET to upload excel sheet data as follows:

select * from 
OPENROWSET(&#039;Microsoft.Jet.OLEDB.4.0&#039;, &#039;Excel 8.0;Database=c:\&#039;, &#039;SELECT * FROM [Sheet1$]&#039;)

BUT for which you need to have Microsoft.Jet.OLDEDB correctly
installed &amp; all drivers in OK status, else it fails.

Hope it helps.</description>
		<content:encoded><![CDATA[<p>I have tried it with C:\ drive on local machine, BUT it does not work for local machine, works ONLY if the file is on the Server. </p>
<p>so your @filename on the bulk insert would look something like</p>
<p>\\\\filename.csv OR filename.txt</p>
<p>BULK INSERT does not work for excel files. </p>
<p>You have to save EXCEL file as CSV and then use it with the<br />
bulk insert sql command.</p>
<p>PS:There is another option to use OPENROWSET to upload excel sheet data as follows:</p>
<p>select * from<br />
OPENROWSET(&#8216;Microsoft.Jet.OLEDB.4.0&#8242;, &#8216;Excel 8.0;Database=c:\&#8217;, &#8216;SELECT * FROM [Sheet1$]&#8216;)</p>
<p>BUT for which you need to have Microsoft.Jet.OLDEDB correctly<br />
installed &amp; all drivers in OK status, else it fails.</p>
<p>Hope it helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anitha</title>
		<link>http://blog.sqlauthority.com/2008/02/06/sql-server-import-csv-file-into-sql-server-using-bulk-insert-load-comma-delimited-file-into-sql-server/#comment-55432</link>
		<dc:creator>Anitha</dc:creator>
		<pubDate>Mon, 31 Aug 2009 12:16:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=497#comment-55432</guid>
		<description>Hi Pinal,

 If I execute the below query 
             BULK INSERT InsertTest 
             FROM &#039;D:\Test.txt&#039;
            WITH ( FormatFile=&#039;D:\Test.fmt&#039;) 
Getting error as

Msg 4832, Level 16, State 1, Line 1
Bulk load: An unexpected end of file was encountered in the data file.
Msg 7399, Level 16, State 1, Line 1
The OLE DB provider &quot;BULK&quot; for linked server &quot;(null)&quot; reported an error. The provider did not give any information about the error.
Msg 7330, Level 16, State 2, Line 1
Cannot fetch a row from OLE DB provider &quot;BULK&quot; for linked server &quot;(null)&quot;.

Can you help me out how to solve this?

Regards,
Anitha</description>
		<content:encoded><![CDATA[<p>Hi Pinal,</p>
<p> If I execute the below query<br />
             BULK INSERT InsertTest<br />
             FROM &#8216;D:\Test.txt&#8217;<br />
            WITH ( FormatFile=&#8217;D:\Test.fmt&#8217;)<br />
Getting error as</p>
<p>Msg 4832, Level 16, State 1, Line 1<br />
Bulk load: An unexpected end of file was encountered in the data file.<br />
Msg 7399, Level 16, State 1, Line 1<br />
The OLE DB provider &#8220;BULK&#8221; for linked server &#8220;(null)&#8221; reported an error. The provider did not give any information about the error.<br />
Msg 7330, Level 16, State 2, Line 1<br />
Cannot fetch a row from OLE DB provider &#8220;BULK&#8221; for linked server &#8220;(null)&#8221;.</p>
<p>Can you help me out how to solve this?</p>
<p>Regards,<br />
Anitha</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rajiv Singh</title>
		<link>http://blog.sqlauthority.com/2008/02/06/sql-server-import-csv-file-into-sql-server-using-bulk-insert-load-comma-delimited-file-into-sql-server/#comment-55081</link>
		<dc:creator>Rajiv Singh</dc:creator>
		<pubDate>Fri, 21 Aug 2009 07:24:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=497#comment-55081</guid>
		<description>Dear Pinal,

I am also SQL Server DBA professional since last 4 years and before that i have worked as a SQL developper cum Database Analyst also using .Net 2.0 Frame work For Web &amp; Consol based Application and VB 6.0 for Window based application.

Thanks for your articles, As your faster way to writing your articles sometimes you have to do mistakes like 


--Drop the table to clean up database.
SELECT *
FROM CSVTest
GO

Inyour image file seems fine 

Go

DROP TABLE CSVTest
--Drop the table to clean up database.
GO

I think you have need to have a look once of all your articles.

Regards,
Rajiv Singh</description>
		<content:encoded><![CDATA[<p>Dear Pinal,</p>
<p>I am also SQL Server DBA professional since last 4 years and before that i have worked as a SQL developper cum Database Analyst also using .Net 2.0 Frame work For Web &amp; Consol based Application and VB 6.0 for Window based application.</p>
<p>Thanks for your articles, As your faster way to writing your articles sometimes you have to do mistakes like </p>
<p>&#8211;Drop the table to clean up database.<br />
SELECT *<br />
FROM CSVTest<br />
GO</p>
<p>Inyour image file seems fine </p>
<p>Go</p>
<p>DROP TABLE CSVTest<br />
&#8211;Drop the table to clean up database.<br />
GO</p>
<p>I think you have need to have a look once of all your articles.</p>
<p>Regards,<br />
Rajiv Singh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bless</title>
		<link>http://blog.sqlauthority.com/2008/02/06/sql-server-import-csv-file-into-sql-server-using-bulk-insert-load-comma-delimited-file-into-sql-server/#comment-54947</link>
		<dc:creator>Bless</dc:creator>
		<pubDate>Tue, 18 Aug 2009 05:39:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=497#comment-54947</guid>
		<description>Thank you, Its working I had tried good time with it. 
God Bless You!!!</description>
		<content:encoded><![CDATA[<p>Thank you, Its working I had tried good time with it.<br />
God Bless You!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nandu</title>
		<link>http://blog.sqlauthority.com/2008/02/06/sql-server-import-csv-file-into-sql-server-using-bulk-insert-load-comma-delimited-file-into-sql-server/#comment-54921</link>
		<dc:creator>Nandu</dc:creator>
		<pubDate>Mon, 17 Aug 2009 14:10:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=497#comment-54921</guid>
		<description>Is it possible to import xls file this way?</description>
		<content:encoded><![CDATA[<p>Is it possible to import xls file this way?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alec</title>
		<link>http://blog.sqlauthority.com/2008/02/06/sql-server-import-csv-file-into-sql-server-using-bulk-insert-load-comma-delimited-file-into-sql-server/#comment-54436</link>
		<dc:creator>Alec</dc:creator>
		<pubDate>Tue, 04 Aug 2009 19:27:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=497#comment-54436</guid>
		<description>I&#039;m trying to do just like this but in Sybase. Will anyone share the code?? Does Sybase has something like this?</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to do just like this but in Sybase. Will anyone share the code?? Does Sybase has something like this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: schwaps</title>
		<link>http://blog.sqlauthority.com/2008/02/06/sql-server-import-csv-file-into-sql-server-using-bulk-insert-load-comma-delimited-file-into-sql-server/#comment-54426</link>
		<dc:creator>schwaps</dc:creator>
		<pubDate>Tue, 04 Aug 2009 16:39:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=497#comment-54426</guid>
		<description>@Tejas Shah

Awesome suggestion. I was having the same issue as Krishna and forgot that I had SQL server installed to a different box.

Thanks,

Justin</description>
		<content:encoded><![CDATA[<p>@Tejas Shah</p>
<p>Awesome suggestion. I was having the same issue as Krishna and forgot that I had SQL server installed to a different box.</p>
<p>Thanks,</p>
<p>Justin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tejas Shah</title>
		<link>http://blog.sqlauthority.com/2008/02/06/sql-server-import-csv-file-into-sql-server-using-bulk-insert-load-comma-delimited-file-into-sql-server/#comment-54055</link>
		<dc:creator>Tejas Shah</dc:creator>
		<pubDate>Fri, 24 Jul 2009 09:59:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=497#comment-54055</guid>
		<description>Hi Krishna, 

Please make sure file is on the same PC where SQL server is installed, not on client location.


Thanks,

Tejas</description>
		<content:encoded><![CDATA[<p>Hi Krishna, </p>
<p>Please make sure file is on the same PC where SQL server is installed, not on client location.</p>
<p>Thanks,</p>
<p>Tejas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Krishna</title>
		<link>http://blog.sqlauthority.com/2008/02/06/sql-server-import-csv-file-into-sql-server-using-bulk-insert-load-comma-delimited-file-into-sql-server/#comment-54049</link>
		<dc:creator>Krishna</dc:creator>
		<pubDate>Fri, 24 Jul 2009 06:20:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=497#comment-54049</guid>
		<description>Hi Pinal 

Please help me
Iam using sql server 2005,..I want to do a similar operation..

I have my file in C:\Test.txt. Also I create the table in my DB.

BULK INSERT CSVTest
FROM ‘c:\Test.txt’
WITH
(
FIELDTERMINATOR = ‘\t’,
ROWTERMINATOR = ‘\n’
)
GO

When I run this …am getting error saying…

Cannot bulk load. The file “c:\Test.txt” does not exist.

infact, I have the file given in the path.

Thanks,

Krishna</description>
		<content:encoded><![CDATA[<p>Hi Pinal </p>
<p>Please help me<br />
Iam using sql server 2005,..I want to do a similar operation..</p>
<p>I have my file in C:\Test.txt. Also I create the table in my DB.</p>
<p>BULK INSERT CSVTest<br />
FROM ‘c:\Test.txt’<br />
WITH<br />
(<br />
FIELDTERMINATOR = ‘\t’,<br />
ROWTERMINATOR = ‘\n’<br />
)<br />
GO</p>
<p>When I run this …am getting error saying…</p>
<p>Cannot bulk load. The file “c:\Test.txt” does not exist.</p>
<p>infact, I have the file given in the path.</p>
<p>Thanks,</p>
<p>Krishna</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://blog.sqlauthority.com/2008/02/06/sql-server-import-csv-file-into-sql-server-using-bulk-insert-load-comma-delimited-file-into-sql-server/#comment-54030</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 23 Jul 2009 20:50:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=497#comment-54030</guid>
		<description>What do you do for commas WITHIN text qualifiers?</description>
		<content:encoded><![CDATA[<p>What do you do for commas WITHIN text qualifiers?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johan</title>
		<link>http://blog.sqlauthority.com/2008/02/06/sql-server-import-csv-file-into-sql-server-using-bulk-insert-load-comma-delimited-file-into-sql-server/#comment-53989</link>
		<dc:creator>Johan</dc:creator>
		<pubDate>Thu, 23 Jul 2009 06:56:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=497#comment-53989</guid>
		<description>@Imran Mohammed

Do you have some sample code for me? I searched all along the internet but I couldn&#039;t find any good sample code.

Thank you very much

Johan</description>
		<content:encoded><![CDATA[<p>@Imran Mohammed</p>
<p>Do you have some sample code for me? I searched all along the internet but I couldn&#8217;t find any good sample code.</p>
<p>Thank you very much</p>
<p>Johan</p>
]]></content:encoded>
	</item>
</channel>
</rss>
