<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Excel Import data distinction mode? in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/excel-import-data-distinction-mode/m-p/13549002#M54038</link>
    <description>&lt;P&gt;1. No, it's always worked this way. Only the &lt;STRONG&gt;Automatic&lt;/STRONG&gt; and &lt;STRONG&gt;Values Only&lt;/STRONG&gt; modes try to figure out what the datatype is for you.&lt;/P&gt;&lt;P&gt;2. You need to scroll down a bit more to see the list. Where it says "For the &lt;STRONG&gt;Per Column &lt;/STRONG&gt;and &lt;STRONG&gt;Per Row &lt;/STRONG&gt;modes... . The Excel Importer recognizes four possible values: "&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;For the &lt;STRONG&gt;Per Column &lt;/STRONG&gt;and &lt;STRONG&gt;Per Row &lt;/STRONG&gt;modes, the Excel Importer reads the first value in a row or column and uses that value to determine how to extract the remaining values in that row or column. The Excel Importer recognizes four possible values:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;Numeric Data&lt;/STRONG&gt;- The Excel Importer will extract the data in this row/column using&lt;CODE&gt;excelreadnum()&lt;/CODE&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Text Data&lt;/STRONG&gt;- The Excel Importer will extract the data in this row/column using&lt;CODE&gt;excelreadstr()&lt;/CODE&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Flexscript Data&lt;/STRONG&gt;- The Excel Importer will extract the data in this row/column using&lt;CODE&gt;excelreadstr()&lt;/CODE&gt;. If importing into a table, the Excel Importer will toggle this cell's node as FlexScript.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;C++ Data&lt;/STRONG&gt;- The Excel Importer will extract the data in this row/column using&lt;CODE&gt;excelreadstr()&lt;/CODE&gt;. If importing into a table, the Excel Importer will toggle this cell's node as C++. If this occurs, you will be prompted to compile the model after the import is complete.&lt;/LI&gt;&lt;/OL&gt;&lt;/BLOCKQUOTE&gt;</description>
    <pubDate>Wed, 19 Jun 2019 16:54:08 GMT</pubDate>
    <dc:creator>Matthew_Gillespie</dc:creator>
    <dc:date>2019-06-19T16:54:08Z</dc:date>
    <item>
      <title>Excel Import data distinction mode?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/excel-import-data-distinction-mode/m-p/13549001#M54037</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 19.1.0 ]&lt;/I&gt;&lt;/P&gt;&lt;P&gt;
	According to the user manual, the Data Distinction mode of the Excel Multi-Table Import works as follows:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;STRONG&gt;Per Column&lt;/STRONG&gt;- For all the cells in a given column, the Excel Importer gets the value in the first non-header row (the beginning of the column), which must be a number. Depending on that value, the Excel Importer will use&lt;CODE&gt;excelreadnum()&lt;/CODE&gt;or&lt;CODE&gt;excelreadstr()&lt;/CODE&gt;to extract the data in that column. The cell containing this value is excluded from the final table in FlexSim.&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I have two questions about this:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;Is it just my memory failing or did this functionality work differently before?&lt;/STRONG&gt; I thought that this would look at the data type of the top data row (i.e. ignoring header rows) and assume that for the whole column, but now it uses the first row only to determine the type and does not consider it as data -- has this changed?&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;What are the possible values here? &lt;/STRONG&gt;The manual says "Depending on that value" -- does that mean 0 for numbers and 1 for strings? Or should this be a valid &lt;EM&gt;DATATYPE_....&lt;/EM&gt; or &lt;EM&gt;VAR_TYPE_... &lt;/EM&gt;constant? &lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Wed, 19 Jun 2019 08:03:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/excel-import-data-distinction-mode/m-p/13549001#M54037</guid>
      <dc:creator>mischa_spelt</dc:creator>
      <dc:date>2019-06-19T08:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Import data distinction mode?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/excel-import-data-distinction-mode/m-p/13549002#M54038</link>
      <description>&lt;P&gt;1. No, it's always worked this way. Only the &lt;STRONG&gt;Automatic&lt;/STRONG&gt; and &lt;STRONG&gt;Values Only&lt;/STRONG&gt; modes try to figure out what the datatype is for you.&lt;/P&gt;&lt;P&gt;2. You need to scroll down a bit more to see the list. Where it says "For the &lt;STRONG&gt;Per Column &lt;/STRONG&gt;and &lt;STRONG&gt;Per Row &lt;/STRONG&gt;modes... . The Excel Importer recognizes four possible values: "&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;For the &lt;STRONG&gt;Per Column &lt;/STRONG&gt;and &lt;STRONG&gt;Per Row &lt;/STRONG&gt;modes, the Excel Importer reads the first value in a row or column and uses that value to determine how to extract the remaining values in that row or column. The Excel Importer recognizes four possible values:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;Numeric Data&lt;/STRONG&gt;- The Excel Importer will extract the data in this row/column using&lt;CODE&gt;excelreadnum()&lt;/CODE&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Text Data&lt;/STRONG&gt;- The Excel Importer will extract the data in this row/column using&lt;CODE&gt;excelreadstr()&lt;/CODE&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Flexscript Data&lt;/STRONG&gt;- The Excel Importer will extract the data in this row/column using&lt;CODE&gt;excelreadstr()&lt;/CODE&gt;. If importing into a table, the Excel Importer will toggle this cell's node as FlexScript.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;C++ Data&lt;/STRONG&gt;- The Excel Importer will extract the data in this row/column using&lt;CODE&gt;excelreadstr()&lt;/CODE&gt;. If importing into a table, the Excel Importer will toggle this cell's node as C++. If this occurs, you will be prompted to compile the model after the import is complete.&lt;/LI&gt;&lt;/OL&gt;&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Wed, 19 Jun 2019 16:54:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/excel-import-data-distinction-mode/m-p/13549002#M54038</guid>
      <dc:creator>Matthew_Gillespie</dc:creator>
      <dc:date>2019-06-19T16:54:08Z</dc:date>
    </item>
  </channel>
</rss>

