cancel
Showing results for 
Search instead for 
Did you mean: 

Can I convert CSV to JSON in Alfresco?

clarabova
Champ on-the-rise
Champ on-the-rise

I'm able to read a CSV file that's been uploaded to a document library, but now I want to convert that CSV into JSON. Is there any built-in functionality to do that?

2 REPLIES 2

afaust
Legendary Innovator
Legendary Innovator

No there isn't. It would be trivial though to write a small JavaScript for an action that you could run as part of a rule.

clarabova
Champ on-the-rise
Champ on-the-rise

Thanks, Axel. As I'm new to Alfresco, I wanted to confirm there wasn't any functionality like Content Transformers that I could take advantage of. I'll go the JS route.