<?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: Empty field/column is generated and unable to proceed further in QDI in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Empty-field-column-is-generated-and-unable-to-proceed-further-in/m-p/2555701#M16667</link>
    <description>&lt;P&gt;QDI is not allowing us to edit/remove/ignore that column. When we create the connection, it is creating an empty column which is not responding to any steps and we are also unable to proceed further.&lt;/P&gt;</description>
    <pubDate>Thu, 03 Sep 2026 05:12:47 GMT</pubDate>
    <dc:creator>Lokesh_Del_45</dc:creator>
    <dc:date>2026-09-03T05:12:47Z</dc:date>
    <item>
      <title>Empty field/column is generated and unable to proceed further in QDI</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Empty-field-column-is-generated-and-unable-to-proceed-further-in/m-p/2555633#M16664</link>
      <description>&lt;P&gt;Dear Qlik community,&lt;/P&gt;&lt;P&gt;I have a csv file which contains the data as follows (',' present at the end of each row).&lt;/P&gt;&lt;P&gt;Field1,Field2,Field3,&lt;BR /&gt;1,ABC,100,&lt;BR /&gt;2,DEF,200,&lt;BR /&gt;3,GHI,300,&lt;/P&gt;&lt;P&gt;I have created a pipeline and chose replication task. Before running the preparation, it showed an empty column as below.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Empty column.png" style="width: 200px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/190071i729CDC1767CE756E/image-size/small?v=v2&amp;amp;px=200" role="button" title="Empty column.png" alt="Empty column.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The error is shown in the below screenshot.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Error log message screenshot.png" style="width: 200px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/190070i4C766A63AD0708DA/image-size/small?v=v2&amp;amp;px=200" role="button" title="Error log message screenshot.png" alt="Error log message screenshot.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Error:&amp;nbsp;E: RetCode: SQL_ERROR SqlState: 42000 NativeError: 1038 Message: [Microsoft][ODBC Driver 18 for SQL Server][SQL Server]An object or column name is missing or empty. For SELECT INTO statements, verify each column has a name. For other statements, look for empty alias names. Aliases defined as "" or [] are not allowed. Change the alias to a valid name. Line: 1 Column: -1 [1022502] (ar_odbc_stmt.c:5077)&lt;BR /&gt;00014464: 2026-09-01T14:17:05 [TARGET_LOAD ]E: execute create table statement failed, statement IF OBJECT_ID(N'[iocl_raw].[Fact_STK]') IS NULL BEGIN EXECUTE('CREATE TABLE [iocl_raw].[Fact_STK] ( [] NVARCHAR(1), [CMS_DATE_UPDATED] NVARCHAR(1), [DENSITY] NVARCHAR(1), [DENSITY_15C] NVARCHAR(1), [DIP_UOM] NVARCHAR(1), [NET_QTY] NVARCHAR(1), [PRODCODE] NVARCHAR(1), [PRODUCT_DIP] NVARCHAR(1), [PRODUCT_QTY] NVARCHAR(1), [RO_CODE] NVARCHAR(1), [STK_DATE] NVARCHAR(1), [STK_TIME] NVARCHAR(1), [STK_TRAN_CODE] NVARCHAR(1), [STK_TXN_ID] NVARCHAR(1), [TANK_NO] NVARCHAR(1), [TANK_STATUS] NVARCHAR(1), [TEMP] NVARCHAR(1), [UOM] NVARCHAR(1), [WATER_DIP] NVARCHAR(1), [WATER_QTY] NVARCHAR(1), [XFR_DATETIME] NVARCHAR(1) ) ');&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Question 1:&lt;/STRONG&gt; &lt;FONT color="#FF0000"&gt;Is it because of ',' present at the end of each row in the table?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Question 2:&lt;/STRONG&gt; &lt;FONT color="#FF0000"&gt;How can we resolve this error without editing in the csv file?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;cc:&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/208127"&gt;@Halesha_Bandri&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/372038"&gt;@hbandri&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2026 09:03:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Empty-field-column-is-generated-and-unable-to-proceed-further-in/m-p/2555633#M16664</guid>
      <dc:creator>Lokesh_Del_45</dc:creator>
      <dc:date>2026-09-02T09:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: Empty field/column is generated and unable to proceed further in QDI</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Empty-field-column-is-generated-and-unable-to-proceed-further-in/m-p/2555643#M16666</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Yes, the trailing comma creates an additional empty column, which QDI detects and generates as [], causing SQL Server error 1038.&lt;/P&gt;&lt;P&gt;You can resolve it without editing the original CSV by excluding/ignoring the empty column in the QDI file-source mapping/parsing configuration. If that option isn't available, use a preprocessing/staging step to remove the trailing delimiter.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2026 11:32:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Empty-field-column-is-generated-and-unable-to-proceed-further-in/m-p/2555643#M16666</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2026-09-02T11:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: Empty field/column is generated and unable to proceed further in QDI</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Empty-field-column-is-generated-and-unable-to-proceed-further-in/m-p/2555701#M16667</link>
      <description>&lt;P&gt;QDI is not allowing us to edit/remove/ignore that column. When we create the connection, it is creating an empty column which is not responding to any steps and we are also unable to proceed further.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2026 05:12:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Empty-field-column-is-generated-and-unable-to-proceed-further-in/m-p/2555701#M16667</guid>
      <dc:creator>Lokesh_Del_45</dc:creator>
      <dc:date>2026-09-03T05:12:47Z</dc:date>
    </item>
  </channel>
</rss>

