Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save weberstephanhd/11256218 to your computer and use it in GitHub Desktop.
Save weberstephanhd/11256218 to your computer and use it in GitHub Desktop.
SAP HANA Cloud Platform - HANA native "Top Customers" - data/salesOrdersAndBusinessPartners.hdbti
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