Created
April 24, 2014 14:18
-
-
Save weberstephanhd/11256218 to your computer and use it in GitHub Desktop.
SAP HANA Cloud Platform - HANA native "Top Customers" - data/salesOrdersAndBusinessPartners.hdbti
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import = [ | |
{ | |
table = "{{PACKAGE_NAME}}.data::businessPartner"; | |
schema = "{{SCHEMA_NAME}}"; | |
file = "{{PACKAGE_NAME}}.data:businessPartner.csv"; | |
header = false; | |
}, | |
{ | |
table = "{{PACKAGE_NAME}}.data::salesOrder"; | |
schema = "{{SCHEMA_NAME}}"; | |
file = "{{PACKAGE_NAME}}.data:salesOrder.csv"; | |
header = false; | |
} | |
]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment