- Getting Started
- Administration Guide
-
User Guide
- An Introduction to Wyn Enterprise
- Document Portal for End Users
-
Data Governance and Modeling
- Data Binding Concepts
-
Introduction to Data Sources
- Connect to Oracle
- Connect to SQL Server
- Connect to MySQL
- Connect to Postgres
- Connect to Snowflake
- Connect to SQLite
- Connect to DM
- Connect to TiDB
- Connect to AnalyticDB(MySQL)
- Connect to GreenPlum
- Connect to TimeScale
- Connect to Amazon Redshift
- Connect to MariaDB
- Connect to ClickHouseV2
- Connect to MonetDB
- Connect to Kingbase
- Connect to GBase8a
- Connect to GBase8s
- Connect to ClickHouse
- Connect to IBM DB2
- Connect to IBM DB2 iSeries/AS400
- Connect to Google BigQuery
- Connect to Hive (beta)
- Connect to ElasticSearch (beta)
- Connect to Hana
- Connect to Excel
- Connect to JSON
-
Connect to CSV
- Connect to XML
- Connect to MongoDB
- Connect to ElasticSearchDSL
- Connect to InfluxDB
- Connect to ODBC
- Connect to OData
- Introduction to Data Model
- Introduction to Direct Query Model
- Introduction to Cached Model
- Introduction to Datasets
- How To
- Secure Data Management
- Working-with-Resources
- Working with Reports
- Working with Dashboards
- View and Manage Documents
- Understanding Wyn Analytical Expressions
- Section 508 Compliance
- Developer Guide
Connect to CSV
To create a CSV data source in Wyn Enterprise, follow these steps.
On the Resource Portal, navigate to Create (+) > Create Data Source.
Select CSV in the data source list on the left or in the icon view on the right.
Fill in the database configuration information for the selected data source.
Field | Description |
---|---|
Name* | The name for the data source that you want to specify. |
SourceType | Select from the list that displays the following options - Local, Web, and Embed. |
Data Source* | When the source type is Local, click Select File to select the local source file.When the source type is Web, you need to enter the source address of the source, which is usually a URL.When the source type is Embed, you need to enter or paste the content of the CSV file. |
Authentication Method | If the source type is Web, you need to set the authentication mode. You can choose from None, Basic and OAuth2.If the AuthMode is Basic, you need to set the user name and password.If the AuthMode is OAuth2, you need to set GrantType, Token Endpoint, Client Id, Client Secret, UserName, Password, and Scope. |
Column Delimiter | The default value is "," click to modify. |
Use First Row as Header | If this option is checked, the first line in the file will be used as the column header; if this option is not checked, the column names will be the default column names F1, F2, F3... |
Use Table/Field Name Mapping | If you check this option, you can either import a CSV file or manually enter the display names for the required tables or fields in the Mapping dialog. For more information on mapping table and column names, visit this topic. |
* Required fields
Click Create after the connection is successful.
You can view the added data source in the Categories tab of the Resource Portal.
Note: Data refresh : Since the data is imported into the system, if you want to refresh the data of the data source, you need to manually edit the data source and import the data again.
Note: If garbled characters appear in a local CSV file, save the file in the UTF-8 encoding and upload it again..Also, if a column with the same name is detected, the column with the same name will be renamed as Column Name 0 and Column Name 1. The data on these columns will be extracted.