Transforming ISO Date String to EventDate with Schema Mapping
Is there a way to
map a brand/schema constructor? What I'm trying to do is have a transform go from an ISO date string to a Date and then create a Brand named EventDate. That all works well, but when I use the make function to create a new EventDate from a Date, I can't figure out how to strip the time portion off as part of the Schema. What I have so far: