Hello guys,
do you know if it's possible to come up with a, let's call it meta/virtual collection, where I can alias the field last_name of collection A (original table) for example to name in collection B (meta/virtual)?
The use case for that is that we have several different customer databases containing the same data but every customer is having their own data schema and therefore different names for the same thing. We want to make the data of those different databases available to another application using a harmonized data schema. Basically like schema on read in a data lake set up for example.
Would something like this possible with Directus?
My best & thanks for your help
Stephan