How to use ML to detect key from set of value(s)

Atul Sureka 1 Reputation point
2021-10-03T10:40:09.393+00:00

I have a CSV file with first row as header & after that each row has set of values for each column. Each row in the CSV correspond to some field in the DB. user has to manually map the header attributes to Business fields (or DB fields).

I want to use ML to learn from existing values, when single or set of values are provided then it should detect the key. Overall I want to avoid manual mapping. One can think going forward there is no more header row in the CSV file.

Is any services (preferably Azure) to machine learn from set of key-value pairs. When a value is provided then it should detect the keys? Please note this does not involve any OCR, my data is in CSV form.

Atul

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,561 questions
{count} votes