CrunchInsights / dataconversionapp

Automated conversion of Data into Insights
0 stars 0 forks source link

Dynamically create tables as per the csv or excel uploaded #7

Open skacker opened 9 years ago

skacker commented 9 years ago

Following data types are currently supported by the app:

  1. Decimal
  2. Integer
  3. Varchar
  4. Boolean
  5. DateTime

Following schema is also defined for all the columns created:

  1. Is Nullable
  2. Length of field
  3. Is Unique