Data loading - Allow user to provide welllog ID and writing bulk data to that welllog id
Description
Currently we allow two scenarios for users to create welllog bulk data.
-
User wants to create a new wellbore record, new welllog record and load the bulk data.
-
User already ingested wellbore record, welllog record. User will provide the welllog record id and only want to write bulk data directly to the already ingested welllog record id.
This issue is about the scenario 2.
Steps
- User provide welllog id
- Retrieve the welllog record, and wellbore record and check for available curves.
- Retrieve well name / UWI from wellbore record.
- Parse LAS for validation, check if well name or UWI exists, check if curves exist in LAS.
- If all check passed, write bulk data with the provided welllog id.