<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Forex Software — CSV format]]></title>
		<link>https://forexsb.com/forum/topic/5055/csv-format/</link>
		<atom:link href="https://forexsb.com/forum/feed/rss/topic/5055/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in CSV format.]]></description>
		<lastBuildDate>Wed, 12 Nov 2014 13:06:33 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: CSV format]]></title>
			<link>https://forexsb.com/forum/post/26916/#p26916</link>
			<description><![CDATA[<p>@Blaiserboy - Excel is great for editing CSV too. Had no problems with it so far.</p>]]></description>
			<author><![CDATA[null@example.com (yavor99)]]></author>
			<pubDate>Wed, 12 Nov 2014 13:06:33 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/26916/#p26916</guid>
		</item>
		<item>
			<title><![CDATA[Re: CSV format]]></title>
			<link>https://forexsb.com/forum/post/26901/#p26901</link>
			<description><![CDATA[<div class="quotebox"><cite>nquental wrote:</cite><blockquote><p>What do you want to do with the data in excel? Depending on the uses, I suggest you turn instead to a csv editor such as http://download.cnet.com/CSVed/3000-2351_4-52868.html</p></blockquote></div><p>Thanks for this, I had no idea of a csv editor.</p>]]></description>
			<author><![CDATA[null@example.com (Blaiserboy)]]></author>
			<pubDate>Tue, 11 Nov 2014 19:17:34 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/26901/#p26901</guid>
		</item>
		<item>
			<title><![CDATA[Re: CSV format]]></title>
			<link>https://forexsb.com/forum/post/26878/#p26878</link>
			<description><![CDATA[<p>What do you want to do with the data in excel? Depending on the uses, I suggest you turn instead to a csv editor such as http://download.cnet.com/CSVed/3000-2351_4-52868.html</p>]]></description>
			<author><![CDATA[null@example.com (nquental)]]></author>
			<pubDate>Fri, 07 Nov 2014 17:12:03 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/26878/#p26878</guid>
		</item>
		<item>
			<title><![CDATA[Re: CSV format]]></title>
			<link>https://forexsb.com/forum/post/26877/#p26877</link>
			<description><![CDATA[<p>Hello Pop </p><p>to open it using excel there are two ways </p><p>1- &#039;&#039; long way&#039;&#039; open empty excel then open the csv like you did and this will open it in the proper way </p><p>2- &#039;&#039;short way&#039;&#039; open by double click on the csv like i did and here the problem will show itself&nbsp; &#039;&#039; the whole columns merged into one column!!</p><p><a href="http://postimg.org/image/71uxaznx9/"><span class="postimg"><img src="http://s30.postimg.org/71uxaznx9/csv_double_click.jpg" alt="http://s30.postimg.org/71uxaznx9/csv_double_click.jpg" /></span></a></p><p>i spent all the day try to make excel automatically recognize the separate columns by changing regional setting from control panel but not working and then i found another approach which is :</p><p>3- double click on csv &#039;&#039; it will open in one column &#039;&#039; then click data----&gt; Text to columns-----&gt;next-------&gt; text qualifier { none } now it separates the columns !!!!</p><p><a href="http://postimg.org/image/y63vebz93/"><span class="postimg"><img src="http://s7.postimg.org/y63vebz93/csv_qualifier_none.jpg" alt="http://s7.postimg.org/y63vebz93/csv_qualifier_none.jpg" /></span></a></p><p>but this is a time consuming process if we will work with 10s of csv files each time!. could you modify the csv file structure to be opend by double click </p><p>Also i find that behavior is consistent not only with excel but with other EOD softwares that use csv </p><br /> <br /><p><a href="http://postimg.org/image/j1ll9ncgt/"><span class="postimg"><img src="http://s30.postimg.org/j1ll9ncgt/csv_with_mtpredictor.jpg" alt="http://s30.postimg.org/j1ll9ncgt/csv_with_mtpredictor.jpg" /></span></a></p>]]></description>
			<author><![CDATA[null@example.com (ahmedalhoseny)]]></author>
			<pubDate>Fri, 07 Nov 2014 16:01:46 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/26877/#p26877</guid>
		</item>
		<item>
			<title><![CDATA[Re: CSV format]]></title>
			<link>https://forexsb.com/forum/post/26871/#p26871</link>
			<description><![CDATA[<p>Hello Ahmed,<br />I am using &quot;tab&quot; for a column separator. This makes the files readable in any text editor. (I prefer Notepad++). You can also import the files in any spreadsheet program.</p><p>Here is Tab separated data I&#039;m using:<br /></p><div class="codebox"><pre><code>2014-11-06    13:40    1.59070    1.59130    1.59068    1.59130    153
2014-11-06    13:41    1.59134    1.59135    1.59106    1.59119    162
2014-11-06    13:42    1.59117    1.59176    1.59100    1.59103    142</code></pre></div><p>Vs. the same data in MT4 export format<br /></p><div class="codebox"><pre><code>2014-11-06,13:40,1.5907,1.5913,1.59068,1.5913,153
2014-11-06,13:41,1.59134,1.59135,1.59106,1.59119,162
2014-11-06,13:42,1.59117,1.59176,1.591,1.59103,142</code></pre></div><p>Import CSV file in Excel:</p><p>&nbsp; 1. Open a new spreadsheet<br />&nbsp; 2. Go to Data tab<br />&nbsp; 3. Select Get External Data -&gt; From Text</p><br /><p><a href="http://postimg.org/image/67ezobapj/"><span class="postimg"><img src="http://s15.postimg.org/67ezobapj/import_csv_data_in_excel.jpg" alt="http://s15.postimg.org/67ezobapj/import_csv_data_in_excel.jpg" /></span></a></p>]]></description>
			<author><![CDATA[null@example.com (Popov)]]></author>
			<pubDate>Fri, 07 Nov 2014 06:24:00 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/26871/#p26871</guid>
		</item>
		<item>
			<title><![CDATA[CSV format]]></title>
			<link>https://forexsb.com/forum/post/26868/#p26868</link>
			<description><![CDATA[<p>Hello Pop <br />Why the CSV file format from FSB differ from the exported CSV from any MT4 station , in the FSB version all price data including the date and time wrapped in one column which make it not usable outside the FSB and we have to edit it again to be reusable </p><p>May you change the output&nbsp; to match the original MT4 CSV format </p><br /><p>Many thanks in advance</p><br /><p><a href="http://postimg.org/image/np8s6t34f/"><span class="postimg"><img src="http://s27.postimg.org/np8s6t34f/csv.jpg" alt="http://s27.postimg.org/np8s6t34f/csv.jpg" /></span></a></p>]]></description>
			<author><![CDATA[null@example.com (ahmedalhoseny)]]></author>
			<pubDate>Fri, 07 Nov 2014 03:47:38 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/26868/#p26868</guid>
		</item>
	</channel>
</rss>
