Megin Joy
Megin Joy
How can I perform custom validation on a CSV file? Example: Validate that all combinations of the ENCOUNTER_CLASS_CODE and ENCOUNTER_CLASS_CODE_DESCRIPTION fields in the primary CSV file exactly match the data...
# Overview The following are my findings about Frictionless(Please check the link below). Can you please tell me if they are correct or not? https://docs.google.com/spreadsheets/d/1iPE-CpxW0YlNgFZCvJhwEsUgP2MfqzfBkXxgSgrvtFM/edit?usp=sharing
# Overview How can I activate the API server in Python? Can you please describe the steps?
# Overview Please replace this line with full information about your idea or problem. If it's a bug share as much as possible to reproduce it I have three CSV...
# Overview How can I perform Validating Combinations of Fields? Example: Validate that all combinations of the ENCOUNTER_CLASS_CODE and ENCOUNTER_CLASS_CODE_DESCRIPTION fields in the primary CSV file exactly match the data...
# Overview When validating a JSON field with a pattern constraint, we receive the following error message: `"message": "The cell \"202iiii\" in row at position \"8\" and field \"RECORDED_TIME\" at...
# Overview We are encountering an issue with the enum constraint in the JSON schema. The constraint is case-sensitive, meaning that if we define the enum constraint with specific case-sensitive...
The following are my findings about CSVW(Please check the link below). Can you please tell me if they are correct or not? https://docs.google.com/spreadsheets/d/1iPE-CpxW0YlNgFZCvJhwEsUgP2MfqzfBkXxgSgrvtFM/edit?usp=sharing
### **Description:** I am facing an issue where my **CSV date field (`YYYY-MM-DD`)** is being auto-converted to **`MM/DD/YYYY`** when opened in Excel. The only way to prevent this is by...
**Hi Frictionless Team,** I'm using the Frictionless validation tool and noticed that the validation report contains a `"warnings": []` section. However, when I validate my data, I only get errors...