Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello everyone,
I need to use the component tWriteJsonField in order to convert csv data to json fields, so it can be imported through a post API in another source.
This component requires json-lib-2.4.6-talend.jar but when I try to download it from maven, it redirects me to nexus repository (https://artifacts-oss.talend.com/nexus), which I cannot access.
Is there any other way to get this library?
I have seen in other community posts that there are ways to access the nexus repository, but that seems really complicated and quite space-consuming... I'm quite new to Talend and I work on a virtual machine that is very limited in terms of ram, so any easier solution would be most welcome!
Hi
The network should be available for downloading the jar files automatically. You can download it in another workspace where the network is available. The jar file is located in <Studio installation directory>\configuration\.m2\repository\net\sf\json-lib\json-lib\2.4.6-talend folder, copy the jar file and move it to your virtual machine, then install the jar file manually from Talend Module view.
If the Talend Module view doesn't display in your studio, follow these procedure to open it.
Regards
Shong
Thank you Shong, I didn't know this view, much helpful!
Glad to be of help;) let me know if you have any other questions.