Skip to main content

Change or Add Multiple Field Types

  • December 16, 2019
  • 2 replies
  • 16 views

I need to add about 50 columns to a table with an integer field type.
What’s the best way to do that?

2 replies

Forum|alt.badge.img+1

The CSV Import block is the fastest way to map new data to existing fields and create new fields (Columns) in the process.

The other option is to create a table from a CSV import.

The slowest option is to manually create all of them, but also would work.


  • Author
  • New Participant
  • December 17, 2019

The CSV Import block is the fastest way to map new data to existing fields and create new fields (Columns) in the process.

The other option is to create a table from a CSV import.

The slowest option is to manually create all of them, but also would work.


And how do I specify that they are integer type?