I'd recommend you split that data between ExtensionAttributes as there is no way around the 448 characters as seen below:
However, to make those objects sync you can include the follow in the attribute flow:
ExtensionAttribute1 <- Left([ExtensionAttribute1],448)
----------------
If this is helpful please mark as correct answer.