 




<?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/"
		>
<channel>
	<title>Comments on: Convert spreadsheet into a flat file</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/convert-spreadsheet-into-a-flat-file/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/convert-spreadsheet-into-a-flat-file/</link>
	<description></description>
	<lastBuildDate>Thu, 23 May 2013 15:11:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: kioh46</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/convert-spreadsheet-into-a-flat-file/#comment-52960</link>
		<dc:creator>kioh46</dc:creator>
		<pubDate>Tue, 29 Apr 2008 13:17:36 +0000</pubDate>
		<guid isPermaLink="false">#comment-52960</guid>
		<description><![CDATA[I am sorry I took so long to reply. I figured it out. I need to give each field a set length no matter what the length of the data is the field was, so i used the mid function to do so, concatenated with another field, repeating the process until I included all of my fields and then copied the and paste the values into text file. example(=MID(B:B&amp;&quot;         &quot;,1,9)MID(B:B&amp;&quot;         &quot;,1,9)&amp;&quot; &quot;&amp;TEXT(D:D,&quot;MMDDYY&quot;)&amp;&quot; &quot;&amp;)MID(E:E&amp;&quot;                    &quot;,1,20)&amp;&quot; &quot;&amp;MID(F:F&amp;&quot;     &quot;,1,5)&amp;&quot; &quot;&amp;..............)

Result(flat file),
xxxxxxxx  xxxxxxxx  xxxxxx xxxxxxxxx, xxxxx     xxx   xxxxxxxxxxxxx  ,xx   xx xxxx  xxxxxxxxxxx 
xxxxxxxx  xxxxxxxx  xxxxxx xxxxxxxxx               xxx   xxxxxxx                    xx xxxx  xxxxxxxxxxx]]></description>
		<content:encoded><![CDATA[<p>I am sorry I took so long to reply. I figured it out. I need to give each field a set length no matter what the length of the data is the field was, so i used the mid function to do so, concatenated with another field, repeating the process until I included all of my fields and then copied the and paste the values into text file. example(=MID(B:B&amp;&#8221;         &#8220;,1,9)MID(B:B&amp;&#8221;         &#8220;,1,9)&amp;&#8221; &#8220;&amp;TEXT(D:D,&#8221;MMDDYY&#8221;)&amp;&#8221; &#8220;&amp;)MID(E:E&amp;&#8221;                    &#8220;,1,20)&amp;&#8221; &#8220;&amp;MID(F:F&amp;&#8221;     &#8220;,1,5)&amp;&#8221; &#8220;&amp;&#8230;&#8230;&#8230;&#8230;..)</p>
<p>Result(flat file),<br />
xxxxxxxx  xxxxxxxx  xxxxxx xxxxxxxxx, xxxxx     xxx   xxxxxxxxxxxxx  ,xx   xx xxxx  xxxxxxxxxxx<br />
xxxxxxxx  xxxxxxxx  xxxxxx xxxxxxxxx               xxx   xxxxxxx                    xx xxxx  xxxxxxxxxxx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gilly400</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/convert-spreadsheet-into-a-flat-file/#comment-52776</link>
		<dc:creator>gilly400</dc:creator>
		<pubDate>Thu, 17 Apr 2008 10:08:42 +0000</pubDate>
		<guid isPermaLink="false">#comment-52776</guid>
		<description><![CDATA[Hi,

Normally I use the &quot;Save as&quot; and then select .PRN, this should give you a flat file with no formatting.  Alternatively I use .CSV comma separated variable files.

Regards,

Martin Gilbert.]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Normally I use the &#8220;Save as&#8221; and then select .PRN, this should give you a flat file with no formatting.  Alternatively I use .CSV comma separated variable files.</p>
<p>Regards,</p>
<p>Martin Gilbert.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jlees</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/convert-spreadsheet-into-a-flat-file/#comment-52661</link>
		<dc:creator>jlees</dc:creator>
		<pubDate>Tue, 08 Apr 2008 16:04:50 +0000</pubDate>
		<guid isPermaLink="false">#comment-52661</guid>
		<description><![CDATA[Can you give an examply of the input rows and what you want the output to look like? You specified the Mid function, so I assume you only need a protion of a cell-- Is that correct?]]></description>
		<content:encoded><![CDATA[<p>Can you give an examply of the input rows and what you want the output to look like? You specified the Mid function, so I assume you only need a protion of a cell&#8211; Is that correct?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/10 queries in 0.030 seconds using memcached
Object Caching 295/301 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-23 16:47:53 -->