buerokratt / Classifier

MIT License
0 stars 2 forks source link

Data formatting based on input type #84

Open turnerrainer opened 7 months ago

turnerrainer commented 7 months ago

AS AN Architect I WANT all accepted types of input to be re-formatted into a pre-defined one SO THAT different types of input could be used in later stages of data processing

Acceptance Criteria

TBC

DSL

{
  "source": "/path/to/file/to/be/processed",
  "destination": "/path/to/file/of/processed/output",
}
{
  "email": ["email", "user_email", "userEmail"]
}