Commit 1c4e8b7f by ashutoshm Committed by Madhan Neethiraj

updated documentation for import API

parent 497dcc07
...@@ -45,15 +45,7 @@ To use the option, set the contents of _importOptions.json_ to: ...@@ -45,15 +45,7 @@ To use the option, set the contents of _importOptions.json_ to:
<verbatim> <verbatim>
{ {
"options": { "options": {
"transforms": "{ \"hive_table\": { \"qualifiedName\": [ \"replace:@cl1:@cl2\" ] }, \"hive_db\": { \"qualifiedName\": [ \"replace:@cl1:@cl2\" ] } }"
"transforms": {
"hive_table": {
"qualifiedName": [
"lowercase",
"replace:@cl1:@cl2"
]
}
}
} }
} }
</verbatim> </verbatim>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment