> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kinetica.com/llms.txt
> Use this file to discover all available pages before exploring further.

# insertRecordsFromPayload

<div className="kinetica-doxygen">
  <div id="a347dae3a4302dee47025ba5fa6290a64" />

  <h2 className="memtitle"><span className="permalink"><a href="#a347dae3a4302dee47025ba5fa6290a64">◆ </a></span>insertRecordsFromPayload() <span className="overload">\[1/2]</span></h2>

  <div className="memitem">
    <div className="memproto">
      <table className="mlabels">
        <tr>
          <td className="mlabels-left">
            <table className="memname">
              <tr>
                <td className="memname"><a className="el" href="/content/api/cs/classkinetica_1_1InsertRecordsFromPayloadResponse">InsertRecordsFromPayloadResponse</a> kinetica.Kinetica.insertRecordsFromPayload </td>
                <td>(</td>
                <td className="paramtype"><a className="el" href="/content/api/cs/classkinetica_1_1InsertRecordsFromPayloadRequest">InsertRecordsFromPayloadRequest</a></td>
                <td className="paramname"><span className="paramname"><span className="em">request\_</span></span></td>
                <td>)</td>

                <td />
              </tr>
            </table>
          </td>

          <td className="mlabels-right"> <span className="mlabels"><span className="mlabel inline">inline</span></span> </td>
        </tr>
      </table>
    </div>

    <div className="memdoc">
      <p>Reads from the given text-based or binary payload and inserts the data into a new or existing table. </p>
      <p>The table will be created if it doesn't already exist.</p>
      <p>Returns once all records are processed.</p>

      <div className="dl params">
        <div className="dt">Parameters</div>

        <div className="dd">
          <table className="params">
            <tr>
              <td className="paramname">request\_</td>
              <td>Request object containing the parameters for the operation.</td>
            </tr>
          </table>
        </div>
      </div>

      <div className="dl section return">
        <div className="dt">Returns</div>
        <div className="dd">Response object containing the result of the operation. </div>
      </div>

      <p className="definition">Definition at line <a className="el" href="https://github.com/kineticadb/kinetica-api-cs/blob/master/Kinetica/KineticaFunctions.cs#L48122">48122</a> of file <a className="el" href="https://github.com/kineticadb/kinetica-api-cs/blob/master/Kinetica/KineticaFunctions.cs">KineticaFunctions.cs</a>.</p>
    </div>
  </div>

  <div id="aaee96a75861f60e18740219c5d0003af" />

  <h2 className="memtitle"><span className="permalink"><a href="#aaee96a75861f60e18740219c5d0003af">◆ </a></span>insertRecordsFromPayload() <span className="overload">\[2/2]</span></h2>

  <div className="memitem">
    <div className="memproto">
      <table className="mlabels">
        <tr>
          <td className="mlabels-left">
            <table className="memname">
              <tr>
                <td className="memname"><a className="el" href="/content/api/cs/classkinetica_1_1InsertRecordsFromPayloadResponse">InsertRecordsFromPayloadResponse</a> kinetica.Kinetica.insertRecordsFromPayload </td>
                <td>(</td>
                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">table\_name</span></span>, </td>
              </tr>

              <tr>
                <td className="paramkey" />

                <td />

                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">data\_text</span></span>, </td>
              </tr>

              <tr>
                <td className="paramkey" />

                <td />

                <td className="paramtype">byte\[]</td>
                <td className="paramname"><span className="paramname"><span className="em">data\_bytes</span></span>, </td>
              </tr>

              <tr>
                <td className="paramkey" />

                <td />

                <td className="paramtype">IDictionary\< string, IDictionary\< string, string > ></td>
                <td className="paramname"><span className="paramname"><span className="em">modify\_columns</span></span><span className="paramdefsep"> = </span><span className="paramdefval">null</span>, </td>
              </tr>

              <tr>
                <td className="paramkey" />

                <td />

                <td className="paramtype">IDictionary\< string, string ></td>
                <td className="paramname"><span className="paramname"><span className="em">create\_table\_options</span></span><span className="paramdefsep"> = </span><span className="paramdefval">null</span>, </td>
              </tr>

              <tr>
                <td className="paramkey" />

                <td />

                <td className="paramtype">IDictionary\< string, string ></td>
                <td className="paramname"><span className="paramname"><span className="em">options</span></span><span className="paramdefsep"> = </span><span className="paramdefval">null</span> )</td>
              </tr>
            </table>
          </td>

          <td className="mlabels-right"> <span className="mlabels"><span className="mlabel inline">inline</span></span> </td>
        </tr>
      </table>
    </div>

    <div className="memdoc">
      <p>Reads from the given text-based or binary payload and inserts the data into a new or existing table. </p>
      <p>The table will be created if it doesn't already exist.</p>
      <p>Returns once all records are processed.</p>

      <div className="dl params">
        <div className="dt">Parameters</div>

        <div className="dd">
          <table className="params">
            <tr>
              <td className="paramname">table\_name</td>
              <td>Name of the table into which the data will be inserted, in \[schema\_name.]table\_name format, using standard <a href="/content/concepts/tables/#table-name-resolution" target="_top">name resolution rules</a>. If the table does not exist, the table will be created using either an existing <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#adb1e74dd4352afe9875d0e56c4619414">TYPE\_ID</a> or the type inferred from the payload, and the new table name will have to meet standard <a href="/content/concepts/tables/#table-naming-criteria" target="_top">table naming criteria</a>.</td>
            </tr>

            <tr>
              <td className="paramname">data\_text</td>
              <td><a className="el" href="/content/api/cs/namespacekinetica_1_1Records">Records</a> formatted as delimited text.</td>
            </tr>

            <tr>
              <td className="paramname">data\_bytes</td>
              <td><a className="el" href="/content/api/cs/namespacekinetica_1_1Records">Records</a> formatted as binary data.</td>
            </tr>

            <tr>
              <td className="paramname">modify\_columns</td>
              <td>Not implemented yet. The default value is an empty Dictionary.</td>
            </tr>

            <tr>
              <td className="paramname">create\_table\_options</td>

              <td>
                <a className="el" href="/content/api/cs/classkinetica_1_1Kinetica_1_1Options" title="Connection Options.">Options</a> used when creating the target table. Includes type to use. The other options match those in <a className="el" href="#ae10c184acd9c83d0063e8e4615270aba">createTable</a>.

                <ul>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#adb1e74dd4352afe9875d0e56c4619414">TYPE\_ID</a>: ID of a currently registered <a href="/content/concepts/types/" target="_top">type</a>. The default value is ''. </li>

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#a7e4e337670bc556baf3e371d408127ce">NO\_ERROR\_IF\_EXISTS</a>: If <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#a8a54928fe9badbc1aa28e37e2b6f118f">TRUE</a>, prevents an error from occurring if the table already exists and is of the given type. If a table with the same ID but a different type exists, it is still an error. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#a8a54928fe9badbc1aa28e37e2b6f118f">TRUE</a> </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#a35a1eeb1db48054e03f5f9a586b497a9">FALSE</a> </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#a35a1eeb1db48054e03f5f9a586b497a9">FALSE</a>.
                  </li>

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#a719403d095cf20e88a38aae6f3336020">IS\_REPLICATED</a>: Affects the <a href="/content/concepts/tables/#distribution" target="_top">distribution scheme</a> for the table's data. If <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#a8a54928fe9badbc1aa28e37e2b6f118f">TRUE</a> and the given type has no explicit <a href="/content/concepts/tables/#shard-key" target="_top">shard key</a> defined, the table will be <a href="/content/concepts/tables/#replication" target="_top">replicated</a>. If <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#a35a1eeb1db48054e03f5f9a586b497a9">FALSE</a>, the table will be <a href="/content/concepts/tables/#sharding" target="_top">sharded</a> according to the shard key specified in the given <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#adb1e74dd4352afe9875d0e56c4619414">TYPE\_ID</a>, or <a href="/content/concepts/tables/#random-sharding" target="_top">randomly sharded</a>, if no shard key is specified. Note that a type containing a shard key cannot be used to create a replicated table. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#a8a54928fe9badbc1aa28e37e2b6f118f">TRUE</a> </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#a35a1eeb1db48054e03f5f9a586b497a9">FALSE</a> </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#a35a1eeb1db48054e03f5f9a586b497a9">FALSE</a>.
                  </li>

                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#a5fe5860f77a91fe1be7256b452ff2c21">FOREIGN\_KEYS</a>: Semicolon-separated list of <a href="/content/concepts/tables/#foreign-keys" target="_top">foreign keys</a>, of the format '(source\_column\_name \[, ...]) references target\_table\_name(primary\_key\_column\_name \[, ...]) \[as foreign\_key\_name]'. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#a78f5ea304c08a8579db93a33c37c295c">FOREIGN\_SHARD\_KEY</a>: Foreign shard key of the format 'source\_column references shard\_by\_column from target\_table(primary\_key\_column)'. </li>

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#a90918a881e73018ed49d7f5bdd4b4c16">PARTITION\_TYPE</a>: <a href="/content/concepts/tables/#partitioning" target="_top">Partitioning</a> scheme to use. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#a19c3f9c0e61b961d0fea8f5f0f53b0bf">RANGE</a>: Use <a href="/content/concepts/tables/#partitioning-by-range" target="_top">range partitioning</a>. </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#a0cf046da70c37fefafd0ffc01e9b6025">INTERVAL</a>: Use <a href="/content/concepts/tables/#partitioning-by-interval" target="_top">interval partitioning</a>. </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#a3dec9da9b5010a259d5b32d4fce2ed25">LIST</a>: Use <a href="/content/concepts/tables/#partitioning-by-list" target="_top">list partitioning</a>. </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#ad894f153eed7cb62d3c441306854cf3e">HASH</a>: Use <a href="/content/concepts/tables/#partitioning-by-hash" target="_top">hash partitioning</a>. </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#a30d17aad6280154bb7c7b931a64a5027">SERIES</a>: Use <a href="/content/concepts/tables/#partitioning-by-series" target="_top">series partitioning</a>. </li>
                    </ul>
                  </li>

                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#a693052f9f26c2f9070f8f5fa7a491ffd">PARTITION\_KEYS</a>: Comma-separated list of partition keys, which are the columns or column expressions by which records will be assigned to partitions defined by <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#a0ea2b440839ee53967c939e977815af0">PARTITION\_DEFINITIONS</a>. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#a0ea2b440839ee53967c939e977815af0">PARTITION\_DEFINITIONS</a>: Comma-separated list of partition definitions, whose format depends on the choice of <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#a90918a881e73018ed49d7f5bdd4b4c16">PARTITION\_TYPE</a>. See <a href="/content/concepts/tables/#partitioning-by-range" target="_top">range partitioning</a>, <a href="/content/concepts/tables/#partitioning-by-interval" target="_top">interval partitioning</a>, <a href="/content/concepts/tables/#partitioning-by-list" target="_top">list partitioning</a>, <a href="/content/concepts/tables/#partitioning-by-hash" target="_top">hash partitioning</a>, or <a href="/content/concepts/tables/#partitioning-by-series" target="_top">series partitioning</a> for example formats. </li>

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#ad89acda7291f8d66b18a9a2b7584abbc">IS\_AUTOMATIC\_PARTITION</a>: If <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#a8a54928fe9badbc1aa28e37e2b6f118f">TRUE</a>, a new partition will be created for values which don't fall into an existing partition. Currently only supported for <a href="/content/concepts/tables/#partitioning-by-list" target="_top">list partitions</a>. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#a8a54928fe9badbc1aa28e37e2b6f118f">TRUE</a> </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#a35a1eeb1db48054e03f5f9a586b497a9">FALSE</a> </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#a35a1eeb1db48054e03f5f9a586b497a9">FALSE</a>.
                  </li>

                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#ad153635e229419468b1a7de36b415b55">TTL</a>: Sets the <a href="/content/concepts/ttl/" target="_top">TTL</a> of the table specified in <span className="em">table\_name</span> . </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#aea1ba3cb95212647e9927c7c42d58876">CHUNK\_SIZE</a>: Indicates the number of records per chunk to be used for this table. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#a426cc4dbcf7ae4e46cd55a4922d4660f">CHUNK\_COLUMN\_MAX\_MEMORY</a>: Indicates the target maximum data size for each column in a chunk to be used for this table. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#a99d013cf80ddd61d16975577f5e4f2d9">CHUNK\_MAX\_MEMORY</a>: Indicates the target maximum data size for all columns in a chunk to be used for this table. </li>

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#a8e30bf41862ffcd85df265af58a52bf5">IS\_RESULT\_TABLE</a>: Indicates whether the table is a <a href="/content/concepts/tables_memory_only/" target="_top">memory-only table</a>. A result table cannot contain columns with text\_search <a href="/content/concepts/types/#data-handling" target="_top">data-handling</a>, and it will not be retained if the server is restarted. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#a8a54928fe9badbc1aa28e37e2b6f118f">TRUE</a> </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#a35a1eeb1db48054e03f5f9a586b497a9">FALSE</a> </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#a35a1eeb1db48054e03f5f9a586b497a9">FALSE</a>.
                  </li>

                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#aff1cb4066971a6815d5409bcda77475d">STRATEGY\_DEFINITION</a>: The <a href="/content/rm/concepts/#tier-strategies" target="_top">tier strategy</a> for the table and its columns. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#a2e8ea89e8d04e3ab571a3d84cea1c05d">COMPRESSION\_CODEC</a>: The default <a href="/content/concepts/column_compression/" target="_top">compression codec</a> for this table's columns. </li>
                </ul>

                The default value is an empty Dictionary.
              </td>
            </tr>

            <tr>
              <td className="paramname">options</td>

              <td>
                Optional parameters.

                <ul>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#ab806367c22017e6723225d02a78ee7d7">BAD\_RECORD\_TABLE\_NAME</a>: Name of a table to which records that were rejected are written. The bad-record-table has the following columns: line\_number (long), line\_rejected (string), error\_message (string). </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a3cc8d442054dbe97bd8a57bfd38f1d45">BAD\_RECORD\_TABLE\_LIMIT</a>: A positive integer indicating the maximum number of records that can be written to the bad-record-table. Default value is 10000. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#abb642c835be3f60e2a4b9999eb27896f">BAD\_RECORD\_TABLE\_LIMIT\_PER\_INPUT</a>: For subscriptions: A positive integer indicating the maximum number of records that can be written to the bad-record-table per file/payload. Default value will be 'bad\_record\_table\_limit' and total size of the table per rank is limited to 'bad\_record\_table\_limit'. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#ab7f370b249093993eeb44db7ca609905">BATCH\_SIZE</a>: Internal tuning parameter–number of records per batch when inserting data. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a3ac047152826cd49a16ea6f455ece554">COLUMN\_FORMATS</a>: For each target column specified, applies the column-property-bound format to the source data loaded into that column. Each column format will contain a mapping of one or more of its column properties to an appropriate format for each property. Currently supported column properties include date, time, and datetime. The parameter value must be formatted as a JSON string of maps of column names to maps of column properties to their corresponding column formats, e.g., '{"{"} "order\_date" : {"{"} "date" : "%Y.%m.%d" {"}"}, "order\_time" : {"{"} "time" : "%H:%M:%S" {"}"} {"}"}'. See <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a748082538b88eb68d800f628cd3e0599">DEFAULT\_COLUMN\_FORMATS</a> for valid format syntax. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a3ea0745a3d37be0bed56385b5ca5b2d6">COLUMNS\_TO\_LOAD</a>: Specifies a comma-delimited list of source-data columns that supply the target table's columns. If more than one file is being loaded, this list applies to all files. Mutually exclusive with <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#afb3aa01eca136cf2a7a0a82847c39881">COLUMNS\_TO\_SKIP</a>. This list is a positional mapping onto the target table rather than a filter: the i-th entry identifies the source column that feeds the i-th column of the target table. Entries may be column numbers, column names, or empty. Column numbers are 1-based, specified discretely or as a range. For example, '5,7,,1..3' inserts the fifth source column into the first target column, the seventh into the second, null into the third, and the first through third into the fourth through sixth. A range may descend ('3..1') to reverse that group's order. Zero is not a valid column number. Numbers are supported only for delimited-text and Avro sources. Column names are strings, matching the source-data field names – either the file's header names or the names supplied by <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#abdd11ca7e53bcabeb8f83001455ea2eb">NAME\_COLUMNS\_FROM\_FILE</a>. Requires that the source data have column names. Names are matched case-sensitively, and a name not present in the source will fail. An empty entry, acting as a placeholder meaning that no source column feeds the corresponding target column. Numbers and names cannot be mixed: a single non-numeric entry causes the entire list to be interpreted as names. If the target table does not exist, it is created with these columns in this order, and the list may name any subset of the source columns. If the target table already exists, the number of entries must equal the target table's column count. Use empty entries to pad the list to the target's width. Because the mapping is positional, this option can also reorder source columns into the target's column order – for example 'C, B, A' for a target table whose columns are C, B, A. Note: specifying <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a3ea0745a3d37be0bed56385b5ca5b2d6">COLUMNS\_TO\_LOAD</a> disables server-side population of target columns that no source column feeds. Such columns receive NULL instead of their default value, 'init\_with\_now', or 'init\_with\_uuid' value; if the column is non-nullable, the record is rejected. To have unfed target columns take their defaults, omit <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a3ea0745a3d37be0bed56385b5ca5b2d6">COLUMNS\_TO\_LOAD</a> and rely on name-based matching, optionally with <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#afb3aa01eca136cf2a7a0a82847c39881">COLUMNS\_TO\_SKIP</a>. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#afb3aa01eca136cf2a7a0a82847c39881">COLUMNS\_TO\_SKIP</a>: Specifies a comma-delimited list of source-data columns to exclude from the load. If more than one file is being loaded, this list applies to all files. Mutually exclusive with <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a3ea0745a3d37be0bed56385b5ca5b2d6">COLUMNS\_TO\_LOAD</a>. Entries may be column names matching the source-data field names (the file's header names, or the names supplied by <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#abdd11ca7e53bcabeb8f83001455ea2eb">NAME\_COLUMNS\_FROM\_FILE</a>, matched case-sensitively), or 1-based column numbers. Numbers are supported only for delimited-text sources. Name-based entries require the source data to have column names. Unlike <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a3ea0745a3d37be0bed56385b5ca5b2d6">COLUMNS\_TO\_LOAD</a>, this option does not change how the remaining source columns are matched to the target table. Matching remains by name and is case-insensitive, so the order and number of source columns need not correspond to the target table's columns. Excluding a source column that corresponds to a target table column causes that target column to be populated from its default value, 'init\_with\_\*' property, or null. This makes <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#afb3aa01eca136cf2a7a0a82847c39881">COLUMNS\_TO\_SKIP</a> the means of preferring a target column's default over a value present in the source data. Source columns that don't correspond to any target table column need not be listed; they are ignored. If the target table does not exist, the non-excluded source columns define the new table's columns, in source-data order. If the source data has no column names (no header row and no <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#abdd11ca7e53bcabeb8f83001455ea2eb">NAME\_COLUMNS\_FROM\_FILE</a>) and this option is given as numbers, the remaining source columns are matched to target columns by position; the source column count must then equal the target table's column count plus the number of columns skipped. </li>

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#af6dabde66347ee0b6c570b14e2d1e4f9">COMPRESSION\_TYPE</a>: Payload compression type. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a894998fc3c8289e7a50ae55d7fc016d0">NONE</a>: Uncompressed. </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#ae590fdaeed9e60b6f88e36939deabf55">AUTO</a>: Default. Auto detect compression type. </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#ab312620f826755516fc6f9bd4c8b3bf0">GZIP</a>: gzip file compression. </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a7c6c821fdad4c94038353d73dc6241a3">BZIP2</a>: bzip2 file compression. </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#ae590fdaeed9e60b6f88e36939deabf55">AUTO</a>.
                  </li>

                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a748082538b88eb68d800f628cd3e0599">DEFAULT\_COLUMN\_FORMATS</a>: Specifies the default format to be applied to source data loaded into columns with the corresponding column property. Currently supported column properties include date, time, and datetime. This default column-property-bound format can be overridden by specifying a column property and format for a given target column in <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a3ac047152826cd49a16ea6f455ece554">COLUMN\_FORMATS</a>. For each specified annotation, the format will apply to all columns with that annotation unless a custom <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a3ac047152826cd49a16ea6f455ece554">COLUMN\_FORMATS</a> for that annotation is specified. The parameter value must be formatted as a JSON string that is a map of column properties to their respective column formats, e.g., '{"{"} "date" : "%Y.%m.%d", "time" : "%H:%M:%S" {"}"}'. Column formats are specified as a string of control characters and plain text. The supported control characters are 'Y', 'm', 'd', 'H', 'M', 'S', and 's', which follow the Linux 'strptime()' specification, as well as 's', which specifies seconds and fractional seconds (though the fractional component will be truncated past milliseconds). Formats for the 'date' annotation must include the 'Y', 'm', and 'd' control characters. Formats for the 'time' annotation must include the 'H', 'M', and either 'S' or 's' (but not both) control characters. Formats for the 'datetime' annotation meet both the 'date' and 'time' control character requirements. For example, '{"{"}"datetime" : "%m/%d/%Y %H:%M:%S" {"}"}' would be used to interpret text as "05/04/2000 12:12:11" </li>

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a8f614e3f2389f672837aa4430307ed7c">ERROR\_HANDLING</a>: Specifies how errors should be handled upon insertion. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a2b548e6ea5792eb6c9a5c32c15c784fd">PERMISSIVE</a>: <a className="el" href="/content/api/cs/namespacekinetica_1_1Records">Records</a> with missing columns are populated with nulls if possible; otherwise, the malformed records are skipped. </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#ae15ccaaa2b78ea8b7988093792a727b7">SKIP</a>: Malformed records are skipped. </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a2de7d9622df8509cd55ebbcc6b1cbc03">IGNORE\_BAD\_RECORDS</a>: Deprecated. Alias for <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#ae15ccaaa2b78ea8b7988093792a727b7">SKIP</a>. </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a1a1be93838ca7f1c7e675de56b654cc1">ABORT</a>: Stops current insertion and aborts entire operation when an error is encountered. Primary key collisions are considered abortable errors in this mode. </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a1a1be93838ca7f1c7e675de56b654cc1">ABORT</a>.
                  </li>

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#ad0f7f1033ddebccf39c4a6b38148fc79">FILE\_TYPE</a>: Specifies the type of the file(s) whose records will be inserted. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#ab77405b4979502121f831d1e6fcece14">AVRO</a>: Avro file format. </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a6f002f3ab097d71f4bb7e8dfd33df8c9">DELIMITED\_TEXT</a>: Delimited text file format; e.g., CSV, TSV, PSV, etc. </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a115eb3aa715fd05140e7f8cac958860d">GDB</a>: Esri/GDB file format. </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a8900793a6e78ac09b07ebd6e04ca69c1">JSON</a>: JSON file format. </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a4fc734ef61ca2561d7fc4af9be2db333">PARQUET</a>: Apache Parquet file format. </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#adf655c6bd0500dad08020a4d2578c884">SHAPEFILE</a>: ShapeFile file format. </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a6f002f3ab097d71f4bb7e8dfd33df8c9">DELIMITED\_TEXT</a>.
                  </li>

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a03b429620e8c35e3340466c417dad851">FLATTEN\_COLUMNS</a>: Specifies how to handle nested columns. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a5e41d65eb7b549d3abf7164fcf21eabb">TRUE</a>: Break up nested columns to multiple columns. </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a40b242a5cd1a9f6fbbcd1744985187fa">FALSE</a>: Treat nested columns as JSON columns instead of flattening. </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a40b242a5cd1a9f6fbbcd1744985187fa">FALSE</a>.
                  </li>

                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#ab32bee4c6be564a4d2b3cc8487d5c364">GDAL\_CONFIGURATION\_OPTIONS</a>: Comma separated list of gdal conf options, for the specific requests: key=value. The default value is ''. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a1e246ea199e3ee1e8bfd0fd69db9c667">PK\_CONFLICT\_PREDICATE\_HIGHER</a>: The record with higher value for the column resolves the primary-key insert conflict. The default value is ''. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a599afa5f0578e298d0a9a65519a2efcc">PK\_CONFLICT\_PREDICATE\_LOWER</a>: The record with lower value for the column resolves the primary-key insert conflict. The default value is ''. </li>

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a83851863f9315a3294d05016d690766e">IGNORE\_EXISTING\_PK</a>: Specifies the record collision error-suppression policy for inserting into a table with a <a href="/content/concepts/tables/#primary-keys" target="_top">primary key</a>, only used when not in upsert mode (upsert mode is disabled when <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a7ea9f4a2e1bd92db04de92fcfc287e56">UPDATE\_ON\_EXISTING\_PK</a> is <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a40b242a5cd1a9f6fbbcd1744985187fa">FALSE</a>). If set to <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a5e41d65eb7b549d3abf7164fcf21eabb">TRUE</a>, any record being inserted that is rejected for having primary key values that match those of an existing table record will be ignored with no error generated. If <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a40b242a5cd1a9f6fbbcd1744985187fa">FALSE</a>, the rejection of any record for having primary key values matching an existing record will result in an error being reported, as determined by <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a8f614e3f2389f672837aa4430307ed7c">ERROR\_HANDLING</a>. If the specified table does not have a primary key or if upsert mode is in effect (<a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a7ea9f4a2e1bd92db04de92fcfc287e56">UPDATE\_ON\_EXISTING\_PK</a> is <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a5e41d65eb7b549d3abf7164fcf21eabb">TRUE</a>), then this option has no effect. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a5e41d65eb7b549d3abf7164fcf21eabb">TRUE</a>: Ignore new records whose primary key values collide with those of existing records. </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a40b242a5cd1a9f6fbbcd1744985187fa">FALSE</a>: Treat as errors any new records whose primary key values collide with those of existing records. </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a40b242a5cd1a9f6fbbcd1744985187fa">FALSE</a>.
                  </li>

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#ad480fff6032a250dc367863839699f7d">INGESTION\_MODE</a>: Whether to do a full load, dry run, or perform a type inference on the source data. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a065804e3c9b2e128119e59fc0b9f8b2e">FULL</a>: Run a type inference on the source data (if needed) and ingest. </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#ae57a8473e9e49b86489da2e85d3f4f11">DRY\_RUN</a>: Does not load data, but walks through the source data and determines the number of valid records, taking into account the current mode of <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a8f614e3f2389f672837aa4430307ed7c">ERROR\_HANDLING</a>. </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a9414e480c18af1080f9a32883aaf9e75">TYPE\_INFERENCE\_ONLY</a>: Infer the type of the source data and return, without ingesting any data. The inferred type is returned in the response. </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a065804e3c9b2e128119e59fc0b9f8b2e">FULL</a>.
                  </li>

                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a27f2c869c8e8c046d9f144704ee3267c">LAYER</a>: Geo files layer(s) name(s): comma separated. The default value is ''. </li>

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#ad99a71bb7ee0613dd620ffc7fc094d8a">LOADING\_MODE</a>: Scheme for distributing the extraction and loading of data from the source data file(s). This option applies only when loading files that are local to the database. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a1359fc16777cfc230c5b0e730cd41238">HEAD</a>: The head node loads all data. All files must be available to the head node. </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a4afa10f4df264ae000aa525c6caca924">DISTRIBUTED\_SHARED</a>: The head node coordinates loading data by worker processes across all nodes from shared files available to all workers. NOTE: Instead of existing on a shared source, the files can be duplicated on a source local to each host to improve performance, though the files must appear as the same data set from the perspective of all hosts performing the load. </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a79714b4ca23cc6b6ec7b60050cd69201">DISTRIBUTED\_LOCAL</a>: A single worker process on each node loads all files that are available to it. This option works best when each worker loads files from its own file system, to maximize performance. In order to avoid data duplication, either each worker performing the load needs to have visibility to a set of files unique to it (no file is visible to more than one node) or the target table needs to have a primary key (which will allow the worker to automatically deduplicate data). NOTE: If the target table doesn't exist, the table structure will be determined by the head node. If the head node has no files local to it, it will be unable to determine the structure and the request will fail. If the head node is configured to have no worker processes, no data strictly accessible to the head node will be loaded. </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a1359fc16777cfc230c5b0e730cd41238">HEAD</a>.
                  </li>

                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a2d5134f1999ae969bf9684aaf39bbcbc">LOCAL\_TIME\_OFFSET</a>: For Avro local timestamp columns. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a949728e5dd18f55a1dff2e4c6013374d">MAX\_RECORDS\_TO\_LOAD</a>: Limit the number of records to load in this request: If this number is larger than a batch\_size, then the number of records loaded will be limited to the next whole number of batch\_size (per working thread). The default value is ''. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#abdd11ca7e53bcabeb8f83001455ea2eb">NAME\_COLUMNS\_FROM\_FILE</a>: Specifies a comma-delimited list of column names to be used as the source-data column names. Supported for delimited-text sources only. The i-th name in this list applies to the i-th column in the file. If the file has a header row (i.e., <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#ab5735f9c90f3db6e9d6c9a19235b9b9c">TEXT\_HAS\_HEADER</a> is <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a5e41d65eb7b549d3abf7164fcf21eabb">TRUE</a>), these names override the file's header names. If the file has no header row, these names become the source-data column names. Naming the source columns enables name-based matching against the target table's columns, and permits name-based <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a3ea0745a3d37be0bed56385b5ca5b2d6">COLUMNS\_TO\_LOAD</a> / <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#afb3aa01eca136cf2a7a0a82847c39881">COLUMNS\_TO\_SKIP</a>, which otherwise require a header row. Note: for a source with no header row, supplying this option changes how source columns are matched to target columns – from positional matching to matching by name. Target columns with no matching source column are then populated from their defaults or null rather than being filled positionally. The list is not validated against the file's actual column count. If it is shorter, the trailing source columns are left unnamed. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#ae20f8e22843bfa9e7548c921524621b5">NUM\_TASKS\_PER\_RANK</a>: Number of tasks for reading file per rank. Default will be external\_file\_reader\_num\_tasks. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a022187a39d00f030126e9a65bef1f1c4">POLL\_INTERVAL</a>: If <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a5e41d65eb7b549d3abf7164fcf21eabb">TRUE</a>, the number of seconds between attempts to load external files into the table. If zero, polling will be continuous as long as data is found. If no data is found, the interval will steadily increase to a maximum of 60 seconds. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a7ffdc7f99439ac6c329b4505ada5e9e1">PRIMARY\_KEYS</a>: Comma separated list of column names, to set as primary keys, when not specified in the type. The default value is ''. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a29fe1a30d8c4d432372246764298cb83">SCHEMA\_REGISTRY\_CONNECTION\_RETRIES</a>: Confluent Schema registry connection timeout (in secs). </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#ab794eae433d78920f6bfe3e45f50389f">SCHEMA\_REGISTRY\_CONNECTION\_TIMEOUT</a>: Confluent Schema registry connection timeout (in secs). </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a2a6de048ef1b61ed3b33393172d88500">SCHEMA\_REGISTRY\_MAX\_CONSECUTIVE\_CONNECTION\_FAILURES</a>: Max records to skip due to SR connection failures, before failing. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#ac872284390ff1ef409ee394a4eaa3fcf">MAX\_CONSECUTIVE\_INVALID\_SCHEMA\_FAILURE</a>: Max records to skip due to schema related errors, before failing. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a7d1ffe4341fccaa721ddbd572829cceb">SCHEMA\_REGISTRY\_SCHEMA\_NAME</a>: Name of the Avro schema in the schema registry to use when reading Avro records. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#ab2660e45cea40523d25598dfbeb3eb7a">SHARD\_KEYS</a>: Comma separated list of column names, to set as shard keys, when not specified in the type. The default value is ''. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#aefa2fa195384d872f853b7c09d6f3e84">SKIP\_LINES</a>: Skip a number of lines from the beginning of the file. </li>

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a302c314c58ed473e20386ccca880caa6">SUBSCRIBE</a>: Continuously poll the data source to check for new data and load it into the table. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a5e41d65eb7b549d3abf7164fcf21eabb">TRUE</a> </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a40b242a5cd1a9f6fbbcd1744985187fa">FALSE</a> </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a40b242a5cd1a9f6fbbcd1744985187fa">FALSE</a>.
                  </li>

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a36d4e99bec111f527620e099ce4062bf">TABLE\_INSERT\_MODE</a>: When inserting records from multiple files: if <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a7820b5132453d1e1e1c1ff57f6144635">TABLE\_PER\_FILE</a>, then insert from each file into a new table. Currently supported only for shapefiles. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a8b8e628578daba6c22c4fb3912111206">SINGLE</a> </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a7820b5132453d1e1e1c1ff57f6144635">TABLE\_PER\_FILE</a> </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a8b8e628578daba6c22c4fb3912111206">SINGLE</a>.
                  </li>

                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#af193e746a8ae726d10c3102f22a99b55">TEXT\_COMMENT\_STRING</a>: Specifies the character string that should be interpreted as a comment line prefix in the source data. All lines in the data starting with the provided string are ignored. For <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a6f002f3ab097d71f4bb7e8dfd33df8c9">DELIMITED\_TEXT</a> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#ad0f7f1033ddebccf39c4a6b38148fc79">FILE\_TYPE</a> only. The default value is '#'. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a9556263ae657d4ec9fa2335e30bcbaa2">TEXT\_DELIMITER</a>: Specifies the character delimiting field values in the source data and field names in the header (if present). For <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a6f002f3ab097d71f4bb7e8dfd33df8c9">DELIMITED\_TEXT</a> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#ad0f7f1033ddebccf39c4a6b38148fc79">FILE\_TYPE</a> only. The default value is ','. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a148ad20a02b0c0ca7fc0262de20bc687">TEXT\_ESCAPE\_CHARACTER</a>: Specifies the character that is used to escape other characters in the source data. An 'a', 'b', 'f', 'n', 'r', 't', or 'v' preceded by an escape character will be interpreted as the ASCII bell, backspace, form feed, line feed, carriage return, horizontal tab, and vertical tab, respectively. For example, the escape character followed by an 'n' will be interpreted as a newline within a field value. The escape character can also be used to escape the quoting character, and will be treated as an escape character whether it is within a quoted field value or not. For <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a6f002f3ab097d71f4bb7e8dfd33df8c9">DELIMITED\_TEXT</a> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#ad0f7f1033ddebccf39c4a6b38148fc79">FILE\_TYPE</a> only. </li>

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#ab5735f9c90f3db6e9d6c9a19235b9b9c">TEXT\_HAS\_HEADER</a>: Indicates whether the source data contains a header row. For <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a6f002f3ab097d71f4bb7e8dfd33df8c9">DELIMITED\_TEXT</a><a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#ad0f7f1033ddebccf39c4a6b38148fc79">FILE\_TYPE</a> only. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a5e41d65eb7b549d3abf7164fcf21eabb">TRUE</a> </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a40b242a5cd1a9f6fbbcd1744985187fa">FALSE</a> </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a5e41d65eb7b549d3abf7164fcf21eabb">TRUE</a>.
                  </li>

                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#ab2d13641d13eecd3b482dd31792797bd">TEXT\_HEADER\_PROPERTY\_DELIMITER</a>: Specifies the delimiter for <a href="/content/concepts/types/#column-properties" target="_top">column properties</a> in the header row (if present). Cannot be set to same value as <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a9556263ae657d4ec9fa2335e30bcbaa2">TEXT\_DELIMITER</a>. For <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a6f002f3ab097d71f4bb7e8dfd33df8c9">DELIMITED\_TEXT</a> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#ad0f7f1033ddebccf39c4a6b38148fc79">FILE\_TYPE</a> only. The default value is '|'. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a52903dd161de40a373f4dbc1cafa040c">TEXT\_NULL\_STRING</a>: Specifies the character string that should be interpreted as a null value in the source data. For <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a6f002f3ab097d71f4bb7e8dfd33df8c9">DELIMITED\_TEXT</a> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#ad0f7f1033ddebccf39c4a6b38148fc79">FILE\_TYPE</a> only. The default value is '\N'. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a4d74e01dd9613e078182ec906e4e2721">TEXT\_QUOTE\_CHARACTER</a>: Specifies the character that should be interpreted as a field value quoting character in the source data. The character must appear at beginning and end of field value to take effect. Delimiters within quoted fields are treated as literals and not delimiters. Within a quoted field, two consecutive quote characters will be interpreted as a single literal quote character, effectively escaping it. To not have a quote character, specify an empty string. For <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a6f002f3ab097d71f4bb7e8dfd33df8c9">DELIMITED\_TEXT</a> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#ad0f7f1033ddebccf39c4a6b38148fc79">FILE\_TYPE</a> only. The default value is '"'. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#af073958d182b2c587a08724ff24cd7d9">TEXT\_SEARCH\_COLUMNS</a>: Add 'text\_search' property to internally inferenced string columns. Comma separated list of column names or '\*' for all columns. To add text\_search property only to string columns of minimum size, set also the option 'text\_search\_min\_column\_length'. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a0d6173280bbf60fe5d5ca1bb3695c77a">TEXT\_SEARCH\_MIN\_COLUMN\_LENGTH</a>: Set minimum column size. Used only when 'text\_search\_columns' has a value. </li>

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#abfc360b95b95c9a9ad9b75067109c1ff">TRIM\_SPACE</a>: If set to <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a5e41d65eb7b549d3abf7164fcf21eabb">TRUE</a>, remove leading or trailing space from fields. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a5e41d65eb7b549d3abf7164fcf21eabb">TRUE</a> </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a40b242a5cd1a9f6fbbcd1744985187fa">FALSE</a> </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a40b242a5cd1a9f6fbbcd1744985187fa">FALSE</a>.
                  </li>

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#ab16f10c67787d5055d8c29de462f56f0">TRUNCATE\_STRINGS</a>: If set to <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a5e41d65eb7b549d3abf7164fcf21eabb">TRUE</a>, truncate string values that are longer than the column's type size. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a5e41d65eb7b549d3abf7164fcf21eabb">TRUE</a> </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a40b242a5cd1a9f6fbbcd1744985187fa">FALSE</a> </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a40b242a5cd1a9f6fbbcd1744985187fa">FALSE</a>.
                  </li>

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#aeb494e60f5d5df96e6851a052bb8d3ed">TRUNCATE\_TABLE</a>: If set to <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a5e41d65eb7b549d3abf7164fcf21eabb">TRUE</a>, truncates the table specified by <span className="em">table\_name</span> prior to loading the file(s). Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a5e41d65eb7b549d3abf7164fcf21eabb">TRUE</a> </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a40b242a5cd1a9f6fbbcd1744985187fa">FALSE</a> </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a40b242a5cd1a9f6fbbcd1744985187fa">FALSE</a>.
                  </li>

                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a3747f8b34ed044a28b9a4d0f03dda044">TYPE\_INFERENCE\_MAX\_RECORDS\_READ</a>: The default value is ''. </li>

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a22d2d06ad69668d26937b1174c0ffdde">TYPE\_INFERENCE\_MODE</a>: Optimize type inference mode. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a25ec927015c9fab5663e0b6af6a6138c">ACCURACY</a>: Scans data to get exactly-typed and sized columns for all data scanned. </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a32e00e30997975c06132eb6ae39014b2">SPEED</a>: Scans data and picks the widest possible column types so that 'all' values will fit with minimum data scanned. </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a25ec927015c9fab5663e0b6af6a6138c">ACCURACY</a>.
                  </li>

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#af938334bfbc16296cf2dc04439d15953">ENABLE\_INPLACE\_UPDATES</a>: Applies only when upserting (when update\_on\_existing\_pk is true). If set to true (the default), an existing record matched by primary key is modified in place. If set to false, the matched record is updated by deleting it and inserting a replacement (delete and insert), which prevents the change from being reflected in dependent materialized views until they are refreshed. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a5e41d65eb7b549d3abf7164fcf21eabb">TRUE</a> </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a40b242a5cd1a9f6fbbcd1744985187fa">FALSE</a> </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a5e41d65eb7b549d3abf7164fcf21eabb">TRUE</a>.
                  </li>

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a7ea9f4a2e1bd92db04de92fcfc287e56">UPDATE\_ON\_EXISTING\_PK</a>: Specifies the record collision policy for inserting into a table with a <a href="/content/concepts/tables/#primary-keys" target="_top">primary key</a>. If set to <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a5e41d65eb7b549d3abf7164fcf21eabb">TRUE</a>, any existing table record with primary key values that match those of a record being inserted will be replaced by that new record (the new data will be "upserted"). If set to <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a40b242a5cd1a9f6fbbcd1744985187fa">FALSE</a>, any existing table record with primary key values that match those of a record being inserted will remain unchanged, while the new record will be rejected and the error handled as determined by <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a83851863f9315a3294d05016d690766e">IGNORE\_EXISTING\_PK</a> and <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a8f614e3f2389f672837aa4430307ed7c">ERROR\_HANDLING</a>. If the specified table does not have a primary key, then this option has no effect. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a5e41d65eb7b549d3abf7164fcf21eabb">TRUE</a>: Upsert new records when primary keys match existing records. </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a40b242a5cd1a9f6fbbcd1744985187fa">FALSE</a>: Reject new records when primary keys match existing records. </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a40b242a5cd1a9f6fbbcd1744985187fa">FALSE</a>.
                  </li>

                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a4e0195a75f7de066b3fb9de634bbb503">TRANSFORMATIONS</a>: Comma-separated expressions, one per target table column. Each expression is evaluated per record. Empty entries (two consecutive commas) mean no transformation for that column – the value is resolved from the input record, table default, NULL, or an error. Expressions may reference input columns by name or by position ($1 for the first input column, $2 for the second, etc.). The default value is ''. </li>
                </ul>

                The default value is an empty Dictionary.
              </td>
            </tr>
          </table>
        </div>
      </div>

      <div className="dl section return">
        <div className="dt">Returns</div>
        <div className="dd">Response object containing the result of the operation. </div>
      </div>

      <p className="definition">Definition at line <a className="el" href="https://github.com/kineticadb/kinetica-api-cs/blob/master/Kinetica/KineticaFunctions.cs#L49462">49462</a> of file <a className="el" href="https://github.com/kineticadb/kinetica-api-cs/blob/master/Kinetica/KineticaFunctions.cs">KineticaFunctions.cs</a>.</p>
    </div>
  </div>

  <div id="a1545f6d7492262044fd435fdfdf939b5" />

  <h2 className="memtitle"><span className="permalink"><a href="#a1545f6d7492262044fd435fdfdf939b5">◆ </a></span>InsertRecordsFromPayloadAsync() <span className="overload">\[1/2]</span></h2>

  <div className="memitem">
    <div className="memproto">
      <table className="mlabels">
        <tr>
          <td className="mlabels-left">
            <table className="memname">
              <tr>
                <td className="memname">async System.Threading.Tasks.Task\< <a className="el" href="/content/api/cs/classkinetica_1_1InsertRecordsFromPayloadResponse">InsertRecordsFromPayloadResponse</a> > kinetica.Kinetica.InsertRecordsFromPayloadAsync </td>
                <td>(</td>
                <td className="paramtype"><a className="el" href="/content/api/cs/classkinetica_1_1InsertRecordsFromPayloadRequest">InsertRecordsFromPayloadRequest</a></td>
                <td className="paramname"><span className="paramname"><span className="em">request\_</span></span>, </td>
              </tr>

              <tr>
                <td className="paramkey" />

                <td />

                <td className="paramtype">System.Threading.CancellationToken</td>
                <td className="paramname"><span className="paramname"><span className="em">cancellationToken</span></span><span className="paramdefsep"> = </span><span className="paramdefval">default</span> )</td>
              </tr>
            </table>
          </td>

          <td className="mlabels-right"> <span className="mlabels"><span className="mlabel inline">inline</span></span> </td>
        </tr>
      </table>
    </div>

    <div className="memdoc">
      <p>Reads from the given text-based or binary payload and inserts the data into a new or existing table. </p>
      <p>(async) </p>
      <p>The table will be created if it doesn't already exist.</p>
      <p>Returns once all records are processed.</p>

      <div className="dl params">
        <div className="dt">Parameters</div>

        <div className="dd">
          <table className="params">
            <tr>
              <td className="paramname">request\_</td>
              <td>Request object containing the parameters for the operation.</td>
            </tr>

            <tr>
              <td className="paramname">cancellationToken</td>
              <td>Cancellation token to cancel the operation.</td>
            </tr>
          </table>
        </div>
      </div>

      <div className="dl section return">
        <div className="dt">Returns</div>
        <div className="dd">Task that returns the response object containing the result of the operation.</div>
      </div>

      <p className="definition">Definition at line <a className="el" href="https://github.com/kineticadb/kinetica-api-cs/blob/master/Kinetica/KineticaFunctions.cs#L48141">48141</a> of file <a className="el" href="https://github.com/kineticadb/kinetica-api-cs/blob/master/Kinetica/KineticaFunctions.cs">KineticaFunctions.cs</a>.</p>
    </div>
  </div>

  <div id="a82564c4f262880b167e63b0f787aa2d4" />

  <h2 className="memtitle"><span className="permalink"><a href="#a82564c4f262880b167e63b0f787aa2d4">◆ </a></span>InsertRecordsFromPayloadAsync() <span className="overload">\[2/2]</span></h2>

  <div className="memitem">
    <div className="memproto">
      <table className="mlabels">
        <tr>
          <td className="mlabels-left">
            <table className="memname">
              <tr>
                <td className="memname">async System.Threading.Tasks.Task\< <a className="el" href="/content/api/cs/classkinetica_1_1InsertRecordsFromPayloadResponse">InsertRecordsFromPayloadResponse</a> > kinetica.Kinetica.InsertRecordsFromPayloadAsync </td>
                <td>(</td>
                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">table\_name</span></span>, </td>
              </tr>

              <tr>
                <td className="paramkey" />

                <td />

                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">data\_text</span></span>, </td>
              </tr>

              <tr>
                <td className="paramkey" />

                <td />

                <td className="paramtype">byte\[]</td>
                <td className="paramname"><span className="paramname"><span className="em">data\_bytes</span></span>, </td>
              </tr>

              <tr>
                <td className="paramkey" />

                <td />

                <td className="paramtype">IDictionary\< string, IDictionary\< string, string > ></td>
                <td className="paramname"><span className="paramname"><span className="em">modify\_columns</span></span><span className="paramdefsep"> = </span><span className="paramdefval">null</span>, </td>
              </tr>

              <tr>
                <td className="paramkey" />

                <td />

                <td className="paramtype">IDictionary\< string, string ></td>
                <td className="paramname"><span className="paramname"><span className="em">create\_table\_options</span></span><span className="paramdefsep"> = </span><span className="paramdefval">null</span>, </td>
              </tr>

              <tr>
                <td className="paramkey" />

                <td />

                <td className="paramtype">IDictionary\< string, string ></td>
                <td className="paramname"><span className="paramname"><span className="em">options</span></span><span className="paramdefsep"> = </span><span className="paramdefval">null</span>, </td>
              </tr>

              <tr>
                <td className="paramkey" />

                <td />

                <td className="paramtype">System.Threading.CancellationToken</td>
                <td className="paramname"><span className="paramname"><span className="em">cancellationToken</span></span><span className="paramdefsep"> = </span><span className="paramdefval">default</span> )</td>
              </tr>
            </table>
          </td>

          <td className="mlabels-right"> <span className="mlabels"><span className="mlabel inline">inline</span></span> </td>
        </tr>
      </table>
    </div>

    <div className="memdoc">
      <p>Reads from the given text-based or binary payload and inserts the data into a new or existing table. </p>
      <p>(async) </p>
      <p>The table will be created if it doesn't already exist.</p>
      <p>Returns once all records are processed.</p>

      <div className="dl params">
        <div className="dt">Parameters</div>

        <div className="dd">
          <table className="params">
            <tr>
              <td className="paramname">table\_name</td>
              <td>Name of the table into which the data will be inserted, in \[schema\_name.]table\_name format, using standard <a href="/content/concepts/tables/#table-name-resolution" target="_top">name resolution rules</a>. If the table does not exist, the table will be created using either an existing <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#adb1e74dd4352afe9875d0e56c4619414">TYPE\_ID</a> or the type inferred from the payload, and the new table name will have to meet standard <a href="/content/concepts/tables/#table-naming-criteria" target="_top">table naming criteria</a>.</td>
            </tr>

            <tr>
              <td className="paramname">data\_text</td>
              <td><a className="el" href="/content/api/cs/namespacekinetica_1_1Records">Records</a> formatted as delimited text.</td>
            </tr>

            <tr>
              <td className="paramname">data\_bytes</td>
              <td><a className="el" href="/content/api/cs/namespacekinetica_1_1Records">Records</a> formatted as binary data.</td>
            </tr>

            <tr>
              <td className="paramname">modify\_columns</td>
              <td>Not implemented yet. The default value is an empty Dictionary.</td>
            </tr>

            <tr>
              <td className="paramname">create\_table\_options</td>

              <td>
                <a className="el" href="/content/api/cs/classkinetica_1_1Kinetica_1_1Options" title="Connection Options.">Options</a> used when creating the target table. Includes type to use. The other options match those in <a className="el" href="#ae10c184acd9c83d0063e8e4615270aba">createTable</a>.

                <ul>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#adb1e74dd4352afe9875d0e56c4619414">TYPE\_ID</a>: ID of a currently registered <a href="/content/concepts/types/" target="_top">type</a>. The default value is ''. </li>

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#a7e4e337670bc556baf3e371d408127ce">NO\_ERROR\_IF\_EXISTS</a>: If <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#a8a54928fe9badbc1aa28e37e2b6f118f">TRUE</a>, prevents an error from occurring if the table already exists and is of the given type. If a table with the same ID but a different type exists, it is still an error. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#a8a54928fe9badbc1aa28e37e2b6f118f">TRUE</a> </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#a35a1eeb1db48054e03f5f9a586b497a9">FALSE</a> </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#a35a1eeb1db48054e03f5f9a586b497a9">FALSE</a>.
                  </li>

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#a719403d095cf20e88a38aae6f3336020">IS\_REPLICATED</a>: Affects the <a href="/content/concepts/tables/#distribution" target="_top">distribution scheme</a> for the table's data. If <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#a8a54928fe9badbc1aa28e37e2b6f118f">TRUE</a> and the given type has no explicit <a href="/content/concepts/tables/#shard-key" target="_top">shard key</a> defined, the table will be <a href="/content/concepts/tables/#replication" target="_top">replicated</a>. If <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#a35a1eeb1db48054e03f5f9a586b497a9">FALSE</a>, the table will be <a href="/content/concepts/tables/#sharding" target="_top">sharded</a> according to the shard key specified in the given <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#adb1e74dd4352afe9875d0e56c4619414">TYPE\_ID</a>, or <a href="/content/concepts/tables/#random-sharding" target="_top">randomly sharded</a>, if no shard key is specified. Note that a type containing a shard key cannot be used to create a replicated table. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#a8a54928fe9badbc1aa28e37e2b6f118f">TRUE</a> </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#a35a1eeb1db48054e03f5f9a586b497a9">FALSE</a> </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#a35a1eeb1db48054e03f5f9a586b497a9">FALSE</a>.
                  </li>

                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#a5fe5860f77a91fe1be7256b452ff2c21">FOREIGN\_KEYS</a>: Semicolon-separated list of <a href="/content/concepts/tables/#foreign-keys" target="_top">foreign keys</a>, of the format '(source\_column\_name \[, ...]) references target\_table\_name(primary\_key\_column\_name \[, ...]) \[as foreign\_key\_name]'. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#a78f5ea304c08a8579db93a33c37c295c">FOREIGN\_SHARD\_KEY</a>: Foreign shard key of the format 'source\_column references shard\_by\_column from target\_table(primary\_key\_column)'. </li>

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#a90918a881e73018ed49d7f5bdd4b4c16">PARTITION\_TYPE</a>: <a href="/content/concepts/tables/#partitioning" target="_top">Partitioning</a> scheme to use. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#a19c3f9c0e61b961d0fea8f5f0f53b0bf">RANGE</a>: Use <a href="/content/concepts/tables/#partitioning-by-range" target="_top">range partitioning</a>. </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#a0cf046da70c37fefafd0ffc01e9b6025">INTERVAL</a>: Use <a href="/content/concepts/tables/#partitioning-by-interval" target="_top">interval partitioning</a>. </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#a3dec9da9b5010a259d5b32d4fce2ed25">LIST</a>: Use <a href="/content/concepts/tables/#partitioning-by-list" target="_top">list partitioning</a>. </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#ad894f153eed7cb62d3c441306854cf3e">HASH</a>: Use <a href="/content/concepts/tables/#partitioning-by-hash" target="_top">hash partitioning</a>. </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#a30d17aad6280154bb7c7b931a64a5027">SERIES</a>: Use <a href="/content/concepts/tables/#partitioning-by-series" target="_top">series partitioning</a>. </li>
                    </ul>
                  </li>

                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#a693052f9f26c2f9070f8f5fa7a491ffd">PARTITION\_KEYS</a>: Comma-separated list of partition keys, which are the columns or column expressions by which records will be assigned to partitions defined by <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#a0ea2b440839ee53967c939e977815af0">PARTITION\_DEFINITIONS</a>. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#a0ea2b440839ee53967c939e977815af0">PARTITION\_DEFINITIONS</a>: Comma-separated list of partition definitions, whose format depends on the choice of <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#a90918a881e73018ed49d7f5bdd4b4c16">PARTITION\_TYPE</a>. See <a href="/content/concepts/tables/#partitioning-by-range" target="_top">range partitioning</a>, <a href="/content/concepts/tables/#partitioning-by-interval" target="_top">interval partitioning</a>, <a href="/content/concepts/tables/#partitioning-by-list" target="_top">list partitioning</a>, <a href="/content/concepts/tables/#partitioning-by-hash" target="_top">hash partitioning</a>, or <a href="/content/concepts/tables/#partitioning-by-series" target="_top">series partitioning</a> for example formats. </li>

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#ad89acda7291f8d66b18a9a2b7584abbc">IS\_AUTOMATIC\_PARTITION</a>: If <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#a8a54928fe9badbc1aa28e37e2b6f118f">TRUE</a>, a new partition will be created for values which don't fall into an existing partition. Currently only supported for <a href="/content/concepts/tables/#partitioning-by-list" target="_top">list partitions</a>. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#a8a54928fe9badbc1aa28e37e2b6f118f">TRUE</a> </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#a35a1eeb1db48054e03f5f9a586b497a9">FALSE</a> </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#a35a1eeb1db48054e03f5f9a586b497a9">FALSE</a>.
                  </li>

                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#ad153635e229419468b1a7de36b415b55">TTL</a>: Sets the <a href="/content/concepts/ttl/" target="_top">TTL</a> of the table specified in <span className="em">table\_name</span> . </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#aea1ba3cb95212647e9927c7c42d58876">CHUNK\_SIZE</a>: Indicates the number of records per chunk to be used for this table. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#a426cc4dbcf7ae4e46cd55a4922d4660f">CHUNK\_COLUMN\_MAX\_MEMORY</a>: Indicates the target maximum data size for each column in a chunk to be used for this table. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#a99d013cf80ddd61d16975577f5e4f2d9">CHUNK\_MAX\_MEMORY</a>: Indicates the target maximum data size for all columns in a chunk to be used for this table. </li>

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#a8e30bf41862ffcd85df265af58a52bf5">IS\_RESULT\_TABLE</a>: Indicates whether the table is a <a href="/content/concepts/tables_memory_only/" target="_top">memory-only table</a>. A result table cannot contain columns with text\_search <a href="/content/concepts/types/#data-handling" target="_top">data-handling</a>, and it will not be retained if the server is restarted. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#a8a54928fe9badbc1aa28e37e2b6f118f">TRUE</a> </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#a35a1eeb1db48054e03f5f9a586b497a9">FALSE</a> </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#a35a1eeb1db48054e03f5f9a586b497a9">FALSE</a>.
                  </li>

                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#aff1cb4066971a6815d5409bcda77475d">STRATEGY\_DEFINITION</a>: The <a href="/content/rm/concepts/#tier-strategies" target="_top">tier strategy</a> for the table and its columns. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1CreateTableOptions#a2e8ea89e8d04e3ab571a3d84cea1c05d">COMPRESSION\_CODEC</a>: The default <a href="/content/concepts/column_compression/" target="_top">compression codec</a> for this table's columns. </li>
                </ul>

                The default value is an empty Dictionary.
              </td>
            </tr>

            <tr>
              <td className="paramname">options</td>

              <td>
                Optional parameters.

                <ul>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#ab806367c22017e6723225d02a78ee7d7">BAD\_RECORD\_TABLE\_NAME</a>: Name of a table to which records that were rejected are written. The bad-record-table has the following columns: line\_number (long), line\_rejected (string), error\_message (string). </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a3cc8d442054dbe97bd8a57bfd38f1d45">BAD\_RECORD\_TABLE\_LIMIT</a>: A positive integer indicating the maximum number of records that can be written to the bad-record-table. Default value is 10000. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#abb642c835be3f60e2a4b9999eb27896f">BAD\_RECORD\_TABLE\_LIMIT\_PER\_INPUT</a>: For subscriptions: A positive integer indicating the maximum number of records that can be written to the bad-record-table per file/payload. Default value will be 'bad\_record\_table\_limit' and total size of the table per rank is limited to 'bad\_record\_table\_limit'. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#ab7f370b249093993eeb44db7ca609905">BATCH\_SIZE</a>: Internal tuning parameter–number of records per batch when inserting data. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a3ac047152826cd49a16ea6f455ece554">COLUMN\_FORMATS</a>: For each target column specified, applies the column-property-bound format to the source data loaded into that column. Each column format will contain a mapping of one or more of its column properties to an appropriate format for each property. Currently supported column properties include date, time, and datetime. The parameter value must be formatted as a JSON string of maps of column names to maps of column properties to their corresponding column formats, e.g., '{"{"} "order\_date" : {"{"} "date" : "%Y.%m.%d" {"}"}, "order\_time" : {"{"} "time" : "%H:%M:%S" {"}"} {"}"}'. See <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a748082538b88eb68d800f628cd3e0599">DEFAULT\_COLUMN\_FORMATS</a> for valid format syntax. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a3ea0745a3d37be0bed56385b5ca5b2d6">COLUMNS\_TO\_LOAD</a>: Specifies a comma-delimited list of source-data columns that supply the target table's columns. If more than one file is being loaded, this list applies to all files. Mutually exclusive with <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#afb3aa01eca136cf2a7a0a82847c39881">COLUMNS\_TO\_SKIP</a>. This list is a positional mapping onto the target table rather than a filter: the i-th entry identifies the source column that feeds the i-th column of the target table. Entries may be column numbers, column names, or empty. Column numbers are 1-based, specified discretely or as a range. For example, '5,7,,1..3' inserts the fifth source column into the first target column, the seventh into the second, null into the third, and the first through third into the fourth through sixth. A range may descend ('3..1') to reverse that group's order. Zero is not a valid column number. Numbers are supported only for delimited-text and Avro sources. Column names are strings, matching the source-data field names – either the file's header names or the names supplied by <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#abdd11ca7e53bcabeb8f83001455ea2eb">NAME\_COLUMNS\_FROM\_FILE</a>. Requires that the source data have column names. Names are matched case-sensitively, and a name not present in the source will fail. An empty entry, acting as a placeholder meaning that no source column feeds the corresponding target column. Numbers and names cannot be mixed: a single non-numeric entry causes the entire list to be interpreted as names. If the target table does not exist, it is created with these columns in this order, and the list may name any subset of the source columns. If the target table already exists, the number of entries must equal the target table's column count. Use empty entries to pad the list to the target's width. Because the mapping is positional, this option can also reorder source columns into the target's column order – for example 'C, B, A' for a target table whose columns are C, B, A. Note: specifying <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a3ea0745a3d37be0bed56385b5ca5b2d6">COLUMNS\_TO\_LOAD</a> disables server-side population of target columns that no source column feeds. Such columns receive NULL instead of their default value, 'init\_with\_now', or 'init\_with\_uuid' value; if the column is non-nullable, the record is rejected. To have unfed target columns take their defaults, omit <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a3ea0745a3d37be0bed56385b5ca5b2d6">COLUMNS\_TO\_LOAD</a> and rely on name-based matching, optionally with <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#afb3aa01eca136cf2a7a0a82847c39881">COLUMNS\_TO\_SKIP</a>. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#afb3aa01eca136cf2a7a0a82847c39881">COLUMNS\_TO\_SKIP</a>: Specifies a comma-delimited list of source-data columns to exclude from the load. If more than one file is being loaded, this list applies to all files. Mutually exclusive with <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a3ea0745a3d37be0bed56385b5ca5b2d6">COLUMNS\_TO\_LOAD</a>. Entries may be column names matching the source-data field names (the file's header names, or the names supplied by <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#abdd11ca7e53bcabeb8f83001455ea2eb">NAME\_COLUMNS\_FROM\_FILE</a>, matched case-sensitively), or 1-based column numbers. Numbers are supported only for delimited-text sources. Name-based entries require the source data to have column names. Unlike <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a3ea0745a3d37be0bed56385b5ca5b2d6">COLUMNS\_TO\_LOAD</a>, this option does not change how the remaining source columns are matched to the target table. Matching remains by name and is case-insensitive, so the order and number of source columns need not correspond to the target table's columns. Excluding a source column that corresponds to a target table column causes that target column to be populated from its default value, 'init\_with\_\*' property, or null. This makes <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#afb3aa01eca136cf2a7a0a82847c39881">COLUMNS\_TO\_SKIP</a> the means of preferring a target column's default over a value present in the source data. Source columns that don't correspond to any target table column need not be listed; they are ignored. If the target table does not exist, the non-excluded source columns define the new table's columns, in source-data order. If the source data has no column names (no header row and no <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#abdd11ca7e53bcabeb8f83001455ea2eb">NAME\_COLUMNS\_FROM\_FILE</a>) and this option is given as numbers, the remaining source columns are matched to target columns by position; the source column count must then equal the target table's column count plus the number of columns skipped. </li>

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#af6dabde66347ee0b6c570b14e2d1e4f9">COMPRESSION\_TYPE</a>: Payload compression type. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a894998fc3c8289e7a50ae55d7fc016d0">NONE</a>: Uncompressed. </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#ae590fdaeed9e60b6f88e36939deabf55">AUTO</a>: Default. Auto detect compression type. </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#ab312620f826755516fc6f9bd4c8b3bf0">GZIP</a>: gzip file compression. </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a7c6c821fdad4c94038353d73dc6241a3">BZIP2</a>: bzip2 file compression. </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#ae590fdaeed9e60b6f88e36939deabf55">AUTO</a>.
                  </li>

                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a748082538b88eb68d800f628cd3e0599">DEFAULT\_COLUMN\_FORMATS</a>: Specifies the default format to be applied to source data loaded into columns with the corresponding column property. Currently supported column properties include date, time, and datetime. This default column-property-bound format can be overridden by specifying a column property and format for a given target column in <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a3ac047152826cd49a16ea6f455ece554">COLUMN\_FORMATS</a>. For each specified annotation, the format will apply to all columns with that annotation unless a custom <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a3ac047152826cd49a16ea6f455ece554">COLUMN\_FORMATS</a> for that annotation is specified. The parameter value must be formatted as a JSON string that is a map of column properties to their respective column formats, e.g., '{"{"} "date" : "%Y.%m.%d", "time" : "%H:%M:%S" {"}"}'. Column formats are specified as a string of control characters and plain text. The supported control characters are 'Y', 'm', 'd', 'H', 'M', 'S', and 's', which follow the Linux 'strptime()' specification, as well as 's', which specifies seconds and fractional seconds (though the fractional component will be truncated past milliseconds). Formats for the 'date' annotation must include the 'Y', 'm', and 'd' control characters. Formats for the 'time' annotation must include the 'H', 'M', and either 'S' or 's' (but not both) control characters. Formats for the 'datetime' annotation meet both the 'date' and 'time' control character requirements. For example, '{"{"}"datetime" : "%m/%d/%Y %H:%M:%S" {"}"}' would be used to interpret text as "05/04/2000 12:12:11" </li>

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a8f614e3f2389f672837aa4430307ed7c">ERROR\_HANDLING</a>: Specifies how errors should be handled upon insertion. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a2b548e6ea5792eb6c9a5c32c15c784fd">PERMISSIVE</a>: <a className="el" href="/content/api/cs/namespacekinetica_1_1Records">Records</a> with missing columns are populated with nulls if possible; otherwise, the malformed records are skipped. </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#ae15ccaaa2b78ea8b7988093792a727b7">SKIP</a>: Malformed records are skipped. </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a2de7d9622df8509cd55ebbcc6b1cbc03">IGNORE\_BAD\_RECORDS</a>: Deprecated. Alias for <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#ae15ccaaa2b78ea8b7988093792a727b7">SKIP</a>. </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a1a1be93838ca7f1c7e675de56b654cc1">ABORT</a>: Stops current insertion and aborts entire operation when an error is encountered. Primary key collisions are considered abortable errors in this mode. </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a1a1be93838ca7f1c7e675de56b654cc1">ABORT</a>.
                  </li>

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#ad0f7f1033ddebccf39c4a6b38148fc79">FILE\_TYPE</a>: Specifies the type of the file(s) whose records will be inserted. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#ab77405b4979502121f831d1e6fcece14">AVRO</a>: Avro file format. </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a6f002f3ab097d71f4bb7e8dfd33df8c9">DELIMITED\_TEXT</a>: Delimited text file format; e.g., CSV, TSV, PSV, etc. </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a115eb3aa715fd05140e7f8cac958860d">GDB</a>: Esri/GDB file format. </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a8900793a6e78ac09b07ebd6e04ca69c1">JSON</a>: JSON file format. </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a4fc734ef61ca2561d7fc4af9be2db333">PARQUET</a>: Apache Parquet file format. </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#adf655c6bd0500dad08020a4d2578c884">SHAPEFILE</a>: ShapeFile file format. </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a6f002f3ab097d71f4bb7e8dfd33df8c9">DELIMITED\_TEXT</a>.
                  </li>

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a03b429620e8c35e3340466c417dad851">FLATTEN\_COLUMNS</a>: Specifies how to handle nested columns. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a5e41d65eb7b549d3abf7164fcf21eabb">TRUE</a>: Break up nested columns to multiple columns. </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a40b242a5cd1a9f6fbbcd1744985187fa">FALSE</a>: Treat nested columns as JSON columns instead of flattening. </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a40b242a5cd1a9f6fbbcd1744985187fa">FALSE</a>.
                  </li>

                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#ab32bee4c6be564a4d2b3cc8487d5c364">GDAL\_CONFIGURATION\_OPTIONS</a>: Comma separated list of gdal conf options, for the specific requests: key=value. The default value is ''. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a1e246ea199e3ee1e8bfd0fd69db9c667">PK\_CONFLICT\_PREDICATE\_HIGHER</a>: The record with higher value for the column resolves the primary-key insert conflict. The default value is ''. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a599afa5f0578e298d0a9a65519a2efcc">PK\_CONFLICT\_PREDICATE\_LOWER</a>: The record with lower value for the column resolves the primary-key insert conflict. The default value is ''. </li>

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a83851863f9315a3294d05016d690766e">IGNORE\_EXISTING\_PK</a>: Specifies the record collision error-suppression policy for inserting into a table with a <a href="/content/concepts/tables/#primary-keys" target="_top">primary key</a>, only used when not in upsert mode (upsert mode is disabled when <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a7ea9f4a2e1bd92db04de92fcfc287e56">UPDATE\_ON\_EXISTING\_PK</a> is <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a40b242a5cd1a9f6fbbcd1744985187fa">FALSE</a>). If set to <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a5e41d65eb7b549d3abf7164fcf21eabb">TRUE</a>, any record being inserted that is rejected for having primary key values that match those of an existing table record will be ignored with no error generated. If <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a40b242a5cd1a9f6fbbcd1744985187fa">FALSE</a>, the rejection of any record for having primary key values matching an existing record will result in an error being reported, as determined by <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a8f614e3f2389f672837aa4430307ed7c">ERROR\_HANDLING</a>. If the specified table does not have a primary key or if upsert mode is in effect (<a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a7ea9f4a2e1bd92db04de92fcfc287e56">UPDATE\_ON\_EXISTING\_PK</a> is <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a5e41d65eb7b549d3abf7164fcf21eabb">TRUE</a>), then this option has no effect. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a5e41d65eb7b549d3abf7164fcf21eabb">TRUE</a>: Ignore new records whose primary key values collide with those of existing records. </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a40b242a5cd1a9f6fbbcd1744985187fa">FALSE</a>: Treat as errors any new records whose primary key values collide with those of existing records. </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a40b242a5cd1a9f6fbbcd1744985187fa">FALSE</a>.
                  </li>

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#ad480fff6032a250dc367863839699f7d">INGESTION\_MODE</a>: Whether to do a full load, dry run, or perform a type inference on the source data. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a065804e3c9b2e128119e59fc0b9f8b2e">FULL</a>: Run a type inference on the source data (if needed) and ingest. </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#ae57a8473e9e49b86489da2e85d3f4f11">DRY\_RUN</a>: Does not load data, but walks through the source data and determines the number of valid records, taking into account the current mode of <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a8f614e3f2389f672837aa4430307ed7c">ERROR\_HANDLING</a>. </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a9414e480c18af1080f9a32883aaf9e75">TYPE\_INFERENCE\_ONLY</a>: Infer the type of the source data and return, without ingesting any data. The inferred type is returned in the response. </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a065804e3c9b2e128119e59fc0b9f8b2e">FULL</a>.
                  </li>

                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a27f2c869c8e8c046d9f144704ee3267c">LAYER</a>: Geo files layer(s) name(s): comma separated. The default value is ''. </li>

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#ad99a71bb7ee0613dd620ffc7fc094d8a">LOADING\_MODE</a>: Scheme for distributing the extraction and loading of data from the source data file(s). This option applies only when loading files that are local to the database. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a1359fc16777cfc230c5b0e730cd41238">HEAD</a>: The head node loads all data. All files must be available to the head node. </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a4afa10f4df264ae000aa525c6caca924">DISTRIBUTED\_SHARED</a>: The head node coordinates loading data by worker processes across all nodes from shared files available to all workers. NOTE: Instead of existing on a shared source, the files can be duplicated on a source local to each host to improve performance, though the files must appear as the same data set from the perspective of all hosts performing the load. </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a79714b4ca23cc6b6ec7b60050cd69201">DISTRIBUTED\_LOCAL</a>: A single worker process on each node loads all files that are available to it. This option works best when each worker loads files from its own file system, to maximize performance. In order to avoid data duplication, either each worker performing the load needs to have visibility to a set of files unique to it (no file is visible to more than one node) or the target table needs to have a primary key (which will allow the worker to automatically deduplicate data). NOTE: If the target table doesn't exist, the table structure will be determined by the head node. If the head node has no files local to it, it will be unable to determine the structure and the request will fail. If the head node is configured to have no worker processes, no data strictly accessible to the head node will be loaded. </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a1359fc16777cfc230c5b0e730cd41238">HEAD</a>.
                  </li>

                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a2d5134f1999ae969bf9684aaf39bbcbc">LOCAL\_TIME\_OFFSET</a>: For Avro local timestamp columns. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a949728e5dd18f55a1dff2e4c6013374d">MAX\_RECORDS\_TO\_LOAD</a>: Limit the number of records to load in this request: If this number is larger than a batch\_size, then the number of records loaded will be limited to the next whole number of batch\_size (per working thread). The default value is ''. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#abdd11ca7e53bcabeb8f83001455ea2eb">NAME\_COLUMNS\_FROM\_FILE</a>: Specifies a comma-delimited list of column names to be used as the source-data column names. Supported for delimited-text sources only. The i-th name in this list applies to the i-th column in the file. If the file has a header row (i.e., <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#ab5735f9c90f3db6e9d6c9a19235b9b9c">TEXT\_HAS\_HEADER</a> is <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a5e41d65eb7b549d3abf7164fcf21eabb">TRUE</a>), these names override the file's header names. If the file has no header row, these names become the source-data column names. Naming the source columns enables name-based matching against the target table's columns, and permits name-based <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a3ea0745a3d37be0bed56385b5ca5b2d6">COLUMNS\_TO\_LOAD</a> / <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#afb3aa01eca136cf2a7a0a82847c39881">COLUMNS\_TO\_SKIP</a>, which otherwise require a header row. Note: for a source with no header row, supplying this option changes how source columns are matched to target columns – from positional matching to matching by name. Target columns with no matching source column are then populated from their defaults or null rather than being filled positionally. The list is not validated against the file's actual column count. If it is shorter, the trailing source columns are left unnamed. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#ae20f8e22843bfa9e7548c921524621b5">NUM\_TASKS\_PER\_RANK</a>: Number of tasks for reading file per rank. Default will be external\_file\_reader\_num\_tasks. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a022187a39d00f030126e9a65bef1f1c4">POLL\_INTERVAL</a>: If <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a5e41d65eb7b549d3abf7164fcf21eabb">TRUE</a>, the number of seconds between attempts to load external files into the table. If zero, polling will be continuous as long as data is found. If no data is found, the interval will steadily increase to a maximum of 60 seconds. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a7ffdc7f99439ac6c329b4505ada5e9e1">PRIMARY\_KEYS</a>: Comma separated list of column names, to set as primary keys, when not specified in the type. The default value is ''. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a29fe1a30d8c4d432372246764298cb83">SCHEMA\_REGISTRY\_CONNECTION\_RETRIES</a>: Confluent Schema registry connection timeout (in secs). </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#ab794eae433d78920f6bfe3e45f50389f">SCHEMA\_REGISTRY\_CONNECTION\_TIMEOUT</a>: Confluent Schema registry connection timeout (in secs). </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a2a6de048ef1b61ed3b33393172d88500">SCHEMA\_REGISTRY\_MAX\_CONSECUTIVE\_CONNECTION\_FAILURES</a>: Max records to skip due to SR connection failures, before failing. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#ac872284390ff1ef409ee394a4eaa3fcf">MAX\_CONSECUTIVE\_INVALID\_SCHEMA\_FAILURE</a>: Max records to skip due to schema related errors, before failing. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a7d1ffe4341fccaa721ddbd572829cceb">SCHEMA\_REGISTRY\_SCHEMA\_NAME</a>: Name of the Avro schema in the schema registry to use when reading Avro records. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#ab2660e45cea40523d25598dfbeb3eb7a">SHARD\_KEYS</a>: Comma separated list of column names, to set as shard keys, when not specified in the type. The default value is ''. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#aefa2fa195384d872f853b7c09d6f3e84">SKIP\_LINES</a>: Skip a number of lines from the beginning of the file. </li>

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a302c314c58ed473e20386ccca880caa6">SUBSCRIBE</a>: Continuously poll the data source to check for new data and load it into the table. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a5e41d65eb7b549d3abf7164fcf21eabb">TRUE</a> </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a40b242a5cd1a9f6fbbcd1744985187fa">FALSE</a> </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a40b242a5cd1a9f6fbbcd1744985187fa">FALSE</a>.
                  </li>

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a36d4e99bec111f527620e099ce4062bf">TABLE\_INSERT\_MODE</a>: When inserting records from multiple files: if <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a7820b5132453d1e1e1c1ff57f6144635">TABLE\_PER\_FILE</a>, then insert from each file into a new table. Currently supported only for shapefiles. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a8b8e628578daba6c22c4fb3912111206">SINGLE</a> </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a7820b5132453d1e1e1c1ff57f6144635">TABLE\_PER\_FILE</a> </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a8b8e628578daba6c22c4fb3912111206">SINGLE</a>.
                  </li>

                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#af193e746a8ae726d10c3102f22a99b55">TEXT\_COMMENT\_STRING</a>: Specifies the character string that should be interpreted as a comment line prefix in the source data. All lines in the data starting with the provided string are ignored. For <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a6f002f3ab097d71f4bb7e8dfd33df8c9">DELIMITED\_TEXT</a> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#ad0f7f1033ddebccf39c4a6b38148fc79">FILE\_TYPE</a> only. The default value is '#'. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a9556263ae657d4ec9fa2335e30bcbaa2">TEXT\_DELIMITER</a>: Specifies the character delimiting field values in the source data and field names in the header (if present). For <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a6f002f3ab097d71f4bb7e8dfd33df8c9">DELIMITED\_TEXT</a> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#ad0f7f1033ddebccf39c4a6b38148fc79">FILE\_TYPE</a> only. The default value is ','. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a148ad20a02b0c0ca7fc0262de20bc687">TEXT\_ESCAPE\_CHARACTER</a>: Specifies the character that is used to escape other characters in the source data. An 'a', 'b', 'f', 'n', 'r', 't', or 'v' preceded by an escape character will be interpreted as the ASCII bell, backspace, form feed, line feed, carriage return, horizontal tab, and vertical tab, respectively. For example, the escape character followed by an 'n' will be interpreted as a newline within a field value. The escape character can also be used to escape the quoting character, and will be treated as an escape character whether it is within a quoted field value or not. For <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a6f002f3ab097d71f4bb7e8dfd33df8c9">DELIMITED\_TEXT</a> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#ad0f7f1033ddebccf39c4a6b38148fc79">FILE\_TYPE</a> only. </li>

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#ab5735f9c90f3db6e9d6c9a19235b9b9c">TEXT\_HAS\_HEADER</a>: Indicates whether the source data contains a header row. For <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a6f002f3ab097d71f4bb7e8dfd33df8c9">DELIMITED\_TEXT</a><a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#ad0f7f1033ddebccf39c4a6b38148fc79">FILE\_TYPE</a> only. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a5e41d65eb7b549d3abf7164fcf21eabb">TRUE</a> </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a40b242a5cd1a9f6fbbcd1744985187fa">FALSE</a> </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a5e41d65eb7b549d3abf7164fcf21eabb">TRUE</a>.
                  </li>

                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#ab2d13641d13eecd3b482dd31792797bd">TEXT\_HEADER\_PROPERTY\_DELIMITER</a>: Specifies the delimiter for <a href="/content/concepts/types/#column-properties" target="_top">column properties</a> in the header row (if present). Cannot be set to same value as <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a9556263ae657d4ec9fa2335e30bcbaa2">TEXT\_DELIMITER</a>. For <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a6f002f3ab097d71f4bb7e8dfd33df8c9">DELIMITED\_TEXT</a> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#ad0f7f1033ddebccf39c4a6b38148fc79">FILE\_TYPE</a> only. The default value is '|'. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a52903dd161de40a373f4dbc1cafa040c">TEXT\_NULL\_STRING</a>: Specifies the character string that should be interpreted as a null value in the source data. For <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a6f002f3ab097d71f4bb7e8dfd33df8c9">DELIMITED\_TEXT</a> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#ad0f7f1033ddebccf39c4a6b38148fc79">FILE\_TYPE</a> only. The default value is '\N'. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a4d74e01dd9613e078182ec906e4e2721">TEXT\_QUOTE\_CHARACTER</a>: Specifies the character that should be interpreted as a field value quoting character in the source data. The character must appear at beginning and end of field value to take effect. Delimiters within quoted fields are treated as literals and not delimiters. Within a quoted field, two consecutive quote characters will be interpreted as a single literal quote character, effectively escaping it. To not have a quote character, specify an empty string. For <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a6f002f3ab097d71f4bb7e8dfd33df8c9">DELIMITED\_TEXT</a> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#ad0f7f1033ddebccf39c4a6b38148fc79">FILE\_TYPE</a> only. The default value is '"'. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#af073958d182b2c587a08724ff24cd7d9">TEXT\_SEARCH\_COLUMNS</a>: Add 'text\_search' property to internally inferenced string columns. Comma separated list of column names or '\*' for all columns. To add text\_search property only to string columns of minimum size, set also the option 'text\_search\_min\_column\_length'. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a0d6173280bbf60fe5d5ca1bb3695c77a">TEXT\_SEARCH\_MIN\_COLUMN\_LENGTH</a>: Set minimum column size. Used only when 'text\_search\_columns' has a value. </li>

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#abfc360b95b95c9a9ad9b75067109c1ff">TRIM\_SPACE</a>: If set to <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a5e41d65eb7b549d3abf7164fcf21eabb">TRUE</a>, remove leading or trailing space from fields. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a5e41d65eb7b549d3abf7164fcf21eabb">TRUE</a> </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a40b242a5cd1a9f6fbbcd1744985187fa">FALSE</a> </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a40b242a5cd1a9f6fbbcd1744985187fa">FALSE</a>.
                  </li>

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#ab16f10c67787d5055d8c29de462f56f0">TRUNCATE\_STRINGS</a>: If set to <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a5e41d65eb7b549d3abf7164fcf21eabb">TRUE</a>, truncate string values that are longer than the column's type size. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a5e41d65eb7b549d3abf7164fcf21eabb">TRUE</a> </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a40b242a5cd1a9f6fbbcd1744985187fa">FALSE</a> </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a40b242a5cd1a9f6fbbcd1744985187fa">FALSE</a>.
                  </li>

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#aeb494e60f5d5df96e6851a052bb8d3ed">TRUNCATE\_TABLE</a>: If set to <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a5e41d65eb7b549d3abf7164fcf21eabb">TRUE</a>, truncates the table specified by <span className="em">table\_name</span> prior to loading the file(s). Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a5e41d65eb7b549d3abf7164fcf21eabb">TRUE</a> </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a40b242a5cd1a9f6fbbcd1744985187fa">FALSE</a> </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a40b242a5cd1a9f6fbbcd1744985187fa">FALSE</a>.
                  </li>

                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a3747f8b34ed044a28b9a4d0f03dda044">TYPE\_INFERENCE\_MAX\_RECORDS\_READ</a>: The default value is ''. </li>

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a22d2d06ad69668d26937b1174c0ffdde">TYPE\_INFERENCE\_MODE</a>: Optimize type inference mode. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a25ec927015c9fab5663e0b6af6a6138c">ACCURACY</a>: Scans data to get exactly-typed and sized columns for all data scanned. </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a32e00e30997975c06132eb6ae39014b2">SPEED</a>: Scans data and picks the widest possible column types so that 'all' values will fit with minimum data scanned. </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a25ec927015c9fab5663e0b6af6a6138c">ACCURACY</a>.
                  </li>

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#af938334bfbc16296cf2dc04439d15953">ENABLE\_INPLACE\_UPDATES</a>: Applies only when upserting (when update\_on\_existing\_pk is true). If set to true (the default), an existing record matched by primary key is modified in place. If set to false, the matched record is updated by deleting it and inserting a replacement (delete and insert), which prevents the change from being reflected in dependent materialized views until they are refreshed. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a5e41d65eb7b549d3abf7164fcf21eabb">TRUE</a> </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a40b242a5cd1a9f6fbbcd1744985187fa">FALSE</a> </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a5e41d65eb7b549d3abf7164fcf21eabb">TRUE</a>.
                  </li>

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a7ea9f4a2e1bd92db04de92fcfc287e56">UPDATE\_ON\_EXISTING\_PK</a>: Specifies the record collision policy for inserting into a table with a <a href="/content/concepts/tables/#primary-keys" target="_top">primary key</a>. If set to <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a5e41d65eb7b549d3abf7164fcf21eabb">TRUE</a>, any existing table record with primary key values that match those of a record being inserted will be replaced by that new record (the new data will be "upserted"). If set to <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a40b242a5cd1a9f6fbbcd1744985187fa">FALSE</a>, any existing table record with primary key values that match those of a record being inserted will remain unchanged, while the new record will be rejected and the error handled as determined by <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a83851863f9315a3294d05016d690766e">IGNORE\_EXISTING\_PK</a> and <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a8f614e3f2389f672837aa4430307ed7c">ERROR\_HANDLING</a>. If the specified table does not have a primary key, then this option has no effect. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a5e41d65eb7b549d3abf7164fcf21eabb">TRUE</a>: Upsert new records when primary keys match existing records. </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a40b242a5cd1a9f6fbbcd1744985187fa">FALSE</a>: Reject new records when primary keys match existing records. </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a40b242a5cd1a9f6fbbcd1744985187fa">FALSE</a>.
                  </li>

                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1InsertRecordsFromPayloadRequest_1_1Options#a4e0195a75f7de066b3fb9de634bbb503">TRANSFORMATIONS</a>: Comma-separated expressions, one per target table column. Each expression is evaluated per record. Empty entries (two consecutive commas) mean no transformation for that column – the value is resolved from the input record, table default, NULL, or an error. Expressions may reference input columns by name or by position ($1 for the first input column, $2 for the second, etc.). The default value is ''. </li>
                </ul>

                The default value is an empty Dictionary.
              </td>
            </tr>

            <tr>
              <td className="paramname">cancellationToken</td>
              <td>Cancellation token to cancel the operation.</td>
            </tr>
          </table>
        </div>
      </div>

      <div className="dl section return">
        <div className="dt">Returns</div>
        <div className="dd">Task that returns the response object containing the result of the operation.</div>
      </div>

      <p className="definition">Definition at line <a className="el" href="https://github.com/kineticadb/kinetica-api-cs/blob/master/Kinetica/KineticaFunctions.cs#L50792">50792</a> of file <a className="el" href="https://github.com/kineticadb/kinetica-api-cs/blob/master/Kinetica/KineticaFunctions.cs">KineticaFunctions.cs</a>.</p>
    </div>
  </div>
</div>
