<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Importing pipe delimited data"]]></title>
		<link>http://forums.enterprisedb.com/posts/list/3.page</link>
		<description><![CDATA[Latest messages posted in the topic "Importing pipe delimited data"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Importing pipe delimited data</title>
				<description><![CDATA[ Dear All<br /> <br /> I need to import data delimited with "|". This is easy enough, but one of the fields contains variable length text (as with most of the other fields) that also contains pipes in the data all contained withing quotation marks. One is able to specify text delimiters when importing CSV files, is there a way to achieve this for my pipe delimited file?. Lines in my files look some thing like this:<br /> <br /> 34|2009.08.12 08:30:21|12-32-1-1|0x00001213|...lots of fields...|"absdre|default{123|3231|345}"|1|2<br /> <br /> I would rather not do a search and replace in the files. Can anyone make a suggestion?<br /> <br /> Thanks<br /> Louis]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/2133/7963.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/2133/7963.page</link>
				<pubDate><![CDATA[Thu, 21 Jan 2010 01:29:58]]> GMT</pubDate>
				<author><![CDATA[ Louis_Becker_2]]></author>
			</item>
			<item>
				<title>Re:Importing pipe delimited data</title>
				<description><![CDATA[ Hi,<br /> <br />   You can try with<br />  <br /> copy table1 from 'filename' delimiter '|' CSV quote as '"';<br /> <br /> Thanks<br /> Sreelatha]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/2133/7975.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/2133/7975.page</link>
				<pubDate><![CDATA[Mon, 25 Jan 2010 01:49:23]]> GMT</pubDate>
				<author><![CDATA[ sri_v]]></author>
			</item>
			<item>
				<title>Re:Importing pipe delimited data</title>
				<description><![CDATA[ Hi Sreelatha<br /> <br /> "copy table1 from 'filename' delimiter '|' CSV quote as '"';" worked for the import.<br /> <br /> Thanks<br /> Louis]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/2133/8003.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/2133/8003.page</link>
				<pubDate><![CDATA[Tue, 2 Feb 2010 08:07:52]]> GMT</pubDate>
				<author><![CDATA[ Louis_Becker_2]]></author>
			</item>
	</channel>
</rss>
