I want to do some transformation on raw data and then create a table from that. Is it possible to create a schema for the table (in advance) and then using that transformed dataset and schema create the table?
On Sun, Jan 27, 2019 at 5:37 AM Soheil Pourbafrani <[hidden email]> wrote:
I want to do some transformation on raw data and then create a table from that. Is it possible to create a schema for the table (in advance) and then using that transformed dataset and schema create the table?