<?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 Syntax Error in LOAD TABLE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-load-table/m-p/12127980#M1974914</link>
    <description>&lt;PRE&gt;&lt;CODE&gt;I am trying to insert data to a table from a text file. I am using version 16.0 SP11.

This is my sentence:
LOAD INTO TABLE seleccion_materiasit
FROM 'Z:\\Documents\\Libro1.csv'
DELIMITED BY ','
ROW DELIMITED BY '\n' 
QUOTES ON ESCAPES OFF
QUOTE '"'
FORMAT CSV;

And it shows me the following error:
Msg 156, Level 15, State 2:
Server 'escolaresitp', Line 1, Status 0, TranState 1:
Incorrect syntax near the keyword 'INTO'.
Msg 105, Level 15, State 2:
Server 'escolaresitp', Line 6, Status 0, TranState 1:
Unclosed quote before the character string '"'
FORMAT CSV;
'.

I have been testing and searching but I have not found an answer to my problem.&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 28 Jan 2020 21:27:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2020-01-28T21:27:23Z</dc:date>
    <item>
      <title>Syntax Error in LOAD TABLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-load-table/m-p/12127980#M1974914</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;I am trying to insert data to a table from a text file. I am using version 16.0 SP11.

This is my sentence:
LOAD INTO TABLE seleccion_materiasit
FROM 'Z:\\Documents\\Libro1.csv'
DELIMITED BY ','
ROW DELIMITED BY '\n' 
QUOTES ON ESCAPES OFF
QUOTE '"'
FORMAT CSV;

And it shows me the following error:
Msg 156, Level 15, State 2:
Server 'escolaresitp', Line 1, Status 0, TranState 1:
Incorrect syntax near the keyword 'INTO'.
Msg 105, Level 15, State 2:
Server 'escolaresitp', Line 6, Status 0, TranState 1:
Unclosed quote before the character string '"'
FORMAT CSV;
'.

I have been testing and searching but I have not found an answer to my problem.&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 28 Jan 2020 21:27:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-load-table/m-p/12127980#M1974914</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2020-01-28T21:27:23Z</dc:date>
    </item>
  </channel>
</rss>

