FLOW
  • FLOW
  • Getting Started with FLOW
    • Overview
    • The Basics
      • FLOW Concepts
      • Events & Schemas
        • Event Metadata
        • Sample Event
        • Sample Schema
      • Connections
    • Architecture
    • FLOW Schedule
      • Cron Expression
  • Stages
    • Validations
    • Transform
    • Actions
    • Mapper
  • Recipes
  • Scripts
  • Webhooks
  • REST Connector
  • Flow Monitoring
  • Live Monitoring
  • Advanced Topics
    • Post Process
    • Naming Policy
    • Manage Patches
  • Installation
  • FAQ
  • Tutorials
    • Creating a Connection
    • Creating a Flow
    • Creating a Script
    • Creating a Recipe
  • How To
    • OTBI Input
    • CSV File from Amazon S3
  • Changelog
  • Environment Variables
  • Data Security & Privacy
Powered by GitBook
On this page

Was this helpful?

  1. Advanced Topics

Naming Policy

Control how the tables & columns are name in your data lake

PreviousPost ProcessNextManage Patches

Last updated 5 years ago

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__

Output Setup
Case Policy