top of page

Automating Table Creation Using Source-Target Mapping in Excel

Requirement

Introduction: By creating a table of patient related details by uploading a file serves several critical purposes, enabling better healthcare delivery and efficient management of Centralized Account Information by providing consolidates account data into a single table, making it accessible for analysis, reporting, appointment scheduling, medication supply, and treatment tracking.

 

Requirement:

 

Create SQL code to create the target table as per the attached excel where target table name is pact_account which should have schema as per Column Name_1 and Datatype_1 in the attached excel.

 

Expected Output: SQL to create table purgo_playground.pact_account, drop the table if already exist.

[^data_mappings.xlsx]

Purgo AI Agentic Code

bottom of page