19 Dec 2024 07:40 PM
Can we inject a clob type column as a dimension through SQL DB extension? Is there a limitation or best practice we should follow ?
Solved! Go to Solution.
20 Dec 2024 08:07 AM - edited 20 Dec 2024 08:07 AM
Hi,
I would say creating your own custom extension. You have more details here.
Best regards
20 Dec 2024 08:25 AM - edited 20 Dec 2024 08:25 AM
It has to be something that can be cast to a string, and the dimension value length needs to be shorter than 255 characters. It probably makes more sense to parse out the important parts of the clob and send it in as different dimensions.
06 Jan 2025 09:20 PM
Thanks so much... I finally injected the clob as log instead of metric/dimension.