Skip to content

Commit 416d1c6

Browse files
Improved CSV Import
1 parent 0e40cc9 commit 416d1c6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/data_ingestion.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Importing CSV from AWS S3 into Exasol
66
This example demonstrates how to import a CSV file from AWS S3 into Exasol using the `IMPORT FROM CSV` command.
77

88
Step 1: Create a Virtual Schema Connection
9-
------------------------------------------
9+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1010

1111
Establish a connection to your AWS S3 bucket using your AWS credentials:
1212

@@ -18,7 +18,7 @@ Establish a connection to your AWS S3 bucket using your AWS credentials:
1818
IDENTIFIED BY '<my_secret_key>';
1919
2020
Step 2: Create a Table
21-
----------------------
21+
^^^^^^^^^^^^^^^^^^^^^^
2222

2323
Define the structure of the target table where the data from the CSV file will be stored:
2424

@@ -32,7 +32,7 @@ Define the structure of the target table where the data from the CSV file will b
3232
);
3333
3434
Step 3: Import Data
35-
-------------------
35+
^^^^^^^^^^^^^^^^^^^
3636

3737
Execute the `IMPORT FROM CSV` command using the defined connection and specifying the details of the CSV file, such as its location, column separators, and encoding:
3838

@@ -51,7 +51,7 @@ Execute the `IMPORT FROM CSV` command using the defined connection and specifyin
5151
.. note::
5252
Make sure to replace `my-access-key`, `my-secret-access`, `my-bucket-name` with your actual AWS S3 credentials.
5353

54-
For more detailed information and additional options, refer to the Exasol documentation at: `Exasol Documentation <https://docs.exasol.com/db/latest/sql/import.htm>`.
54+
For more detailed information and additional options, refer to the Exasol documentation at: `Exasol Documentation <https://docs.exasol.com/db/latest/sql/import.htm>`_
5555

5656

5757

0 commit comments

Comments
 (0)