Naming Policy
Control how the tables & columns are name in your data lake
Last updated
Was this helpful?
Control how the tables & columns are name in your data lake
Last updated
Was this helpful?
You can control the way the table names & column names are generated in your data lake irrespective of how they appear in the source systems. Choose the required case policy on the output settings tab as shown below
Case Policy
Input Name
Output Name
Camel Case
FooBar
-foo-bar--
__FOO_BAR__
fooBar
fooBar
fooBar
Init Caps
FooBar
-foo-bar--
__FOO_BAR__
fooBar
fooBar
fooBar
Lower Case
FooBar
-foo-bar--
__FOO_BAR__
foobar
--foo-bar--
__foo_bar__
Snake Case
FooBar
-foo-bar--
__FOO_BAR__
foo_bar
foo_bar
foo_bar
Snake Case (Upper)
FooBar
-foo-bar--
__FOO_BAR__
FOO_BAR
FOO_BAR
FOO_BAR
Upper Case
FooBar
-foo-bar--
__foo_Bar__
FOOBAR
--FOO-BAR--
__FOO_BAR__