<?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 field name with space char ' ' in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/field-name-with-space-char/m-p/2482942#M100963</link>
    <description>&lt;P&gt;hi!&lt;/P&gt;
&lt;P&gt;i need to store a table in .CSV, but some of the fields must start with space char ' '.&lt;/P&gt;
&lt;P&gt;in the example i will need to replace all '#' with ' ', and store the table in csv format.&lt;/P&gt;
&lt;P&gt;every time that i do that - QS remove the blanks automatically.&lt;/P&gt;
&lt;P&gt;[export]:&lt;BR /&gt;LOAD * INLINE &lt;BR /&gt;[&lt;BR /&gt;#HEADER_1|#HEADER_2|HEADER_3|HEADER_4&lt;BR /&gt;#Field_1|Field_2|Field_3|Field_4&lt;BR /&gt;] (DELIMITER IS '|');&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 23 Sep 2024 06:50:55 GMT</pubDate>
    <dc:creator>eladberko</dc:creator>
    <dc:date>2024-09-23T06:50:55Z</dc:date>
    <item>
      <title>field name with space char ' '</title>
      <link>https://community.qlik.com/t5/App-Development/field-name-with-space-char/m-p/2482942#M100963</link>
      <description>&lt;P&gt;hi!&lt;/P&gt;
&lt;P&gt;i need to store a table in .CSV, but some of the fields must start with space char ' '.&lt;/P&gt;
&lt;P&gt;in the example i will need to replace all '#' with ' ', and store the table in csv format.&lt;/P&gt;
&lt;P&gt;every time that i do that - QS remove the blanks automatically.&lt;/P&gt;
&lt;P&gt;[export]:&lt;BR /&gt;LOAD * INLINE &lt;BR /&gt;[&lt;BR /&gt;#HEADER_1|#HEADER_2|HEADER_3|HEADER_4&lt;BR /&gt;#Field_1|Field_2|Field_3|Field_4&lt;BR /&gt;] (DELIMITER IS '|');&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2024 06:50:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/field-name-with-space-char/m-p/2482942#M100963</guid>
      <dc:creator>eladberko</dc:creator>
      <dc:date>2024-09-23T06:50:55Z</dc:date>
    </item>
    <item>
      <title>Re: field name with space char ' '</title>
      <link>https://community.qlik.com/t5/App-Development/field-name-with-space-char/m-p/2482963#M100966</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/213849"&gt;@eladberko&lt;/a&gt;&amp;nbsp; try below&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;rename_fields:
mapping Load FieldFrom,
     Replace('['&amp;amp;FieldFrom&amp;amp;']','#',chr(160)) as FieldTo;
Load * Inline [
FieldFrom
#HEADER_1
#HEADER_2
#HEADER_3 ];

[export]:
LOAD * INLINE
[
#HEADER_1|#HEADER_2|#HEADER_3
] (DELIMITER IS '|');

Rename Fields using rename_fields;&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 23 Sep 2024 08:38:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/field-name-with-space-char/m-p/2482963#M100966</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2024-09-23T08:38:34Z</dc:date>
    </item>
  </channel>
</rss>

