Convert Excel to json or Base 64
Hello,
I am trying to convert an excel to base 64 or Json format to use it as input to a rest call.
Thanks
-
Official comment
Your question is uncertain to answer, can you please add more details to it.
Thank you.
Comment actions -
Hello Maruthi,
there is no out of the box possibility to store a file as base64 string in AgilePoint. You could go one of the following ways for that:
1) create a stored procedure in a database, that takes the file path of the file and stores it in database as base64
2) you can create a webservice, that takes the file path of the file and returns a base64 string back, that you could store in an agilepoint variable. With this approauch i would suggest to erase the variable after you used it to save space in AgilePoint database.Regards,
Alexey
Please sign in to leave a comment.
Comments
3 comments