<?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 Input tool and delimiters - client/server side in Alteryx Server Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Input-tool-and-delimiters-client-server-side/m-p/733810#M8531</link>
    <description>&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;Hello everyone,&lt;/P&gt;&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;I'm having an issue that looks like a quickfix - if you know what to do. Which I don't.&lt;/P&gt;&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;The issue is the following:&lt;/P&gt;&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;I'm using an input tool to read data from a .CSV File and an userinput+update tool to change the delimiter of said input tool to match the file.&lt;/P&gt;&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;It works fine on my client, I can use all kind of .CSV-Files and just select the right delimiter and the workflow works.&lt;/P&gt;&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;Now once I upload it to the server and the interface is now web based, some options don't work anymore.&lt;/P&gt;&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;-I take a comma seperated CSV and selected "," as my delimiter and it works&lt;/P&gt;&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;-I take a tab seperated CSV and selected "\t" as my delimiter and it works&lt;/P&gt;&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;-I take a Pipe seperated CSV and selected "|" as my delimiter and it's an error: Parse Error at char(1): Unknown variable "Col1|Col2|Col3"&lt;/P&gt;&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;Same error for semicolon.&lt;/P&gt;&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;The thing is, it works all over the same input and update tool. The input is all the same too apart from the delimiters for example:&lt;/P&gt;&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;Col1,Col2,Col3&lt;/P&gt;&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;Col1|Col2|Col3&lt;/P&gt;&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;etc.&lt;/P&gt;&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;No white spaces either. Workflow works without error for all types on my client but not on the server.&lt;/P&gt;&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;Any ideas? It's the first time I'm dealing with the server side of things&lt;/P&gt;</description>
    <pubDate>Mon, 15 Mar 2021 13:54:13 GMT</pubDate>
    <dc:creator>BastianB</dc:creator>
    <dc:date>2021-03-15T13:54:13Z</dc:date>
    <item>
      <title>Input tool and delimiters - client/server side</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Input-tool-and-delimiters-client-server-side/m-p/733810#M8531</link>
      <description>&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;Hello everyone,&lt;/P&gt;&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;I'm having an issue that looks like a quickfix - if you know what to do. Which I don't.&lt;/P&gt;&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;The issue is the following:&lt;/P&gt;&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;I'm using an input tool to read data from a .CSV File and an userinput+update tool to change the delimiter of said input tool to match the file.&lt;/P&gt;&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;It works fine on my client, I can use all kind of .CSV-Files and just select the right delimiter and the workflow works.&lt;/P&gt;&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;Now once I upload it to the server and the interface is now web based, some options don't work anymore.&lt;/P&gt;&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;-I take a comma seperated CSV and selected "," as my delimiter and it works&lt;/P&gt;&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;-I take a tab seperated CSV and selected "\t" as my delimiter and it works&lt;/P&gt;&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;-I take a Pipe seperated CSV and selected "|" as my delimiter and it's an error: Parse Error at char(1): Unknown variable "Col1|Col2|Col3"&lt;/P&gt;&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;Same error for semicolon.&lt;/P&gt;&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;The thing is, it works all over the same input and update tool. The input is all the same too apart from the delimiters for example:&lt;/P&gt;&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;Col1,Col2,Col3&lt;/P&gt;&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;Col1|Col2|Col3&lt;/P&gt;&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;etc.&lt;/P&gt;&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;No white spaces either. Workflow works without error for all types on my client but not on the server.&lt;/P&gt;&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;Any ideas? It's the first time I'm dealing with the server side of things&lt;/P&gt;</description>
      <pubDate>Mon, 15 Mar 2021 13:54:13 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Input-tool-and-delimiters-client-server-side/m-p/733810#M8531</guid>
      <dc:creator>BastianB</dc:creator>
      <dc:date>2021-03-15T13:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: Input tool and delimiters - client/server side</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Input-tool-and-delimiters-client-server-side/m-p/735705#M8536</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/212482"&gt;@BastianB&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried a solution with this kind of interface and seems to work on my server.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you try to set this up and see if it works for you too?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note: I'm on 2020.4 on both, designer and server&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Thu, 18 Mar 2021 12:20:19 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Input-tool-and-delimiters-client-server-side/m-p/735705#M8536</guid>
      <dc:creator>afv2688</dc:creator>
      <dc:date>2021-03-18T12:20:19Z</dc:date>
    </item>
  </channel>
</rss>

