Posts by Jorge Lima • 31 points
2 posts
-
2
votes1
answer816
viewsA: Java CSV file splitting
Hi, first try to standardize your CSV, set the name of the columns and once set try not to move it any more like changing the positions of the columns so it will be easier to manipulate on the Java…
javaanswered Jorge Lima 31 -
1
votes2
answers3743
viewsA: Java - Taking the value of a specific JSON element
You can add a cast in the rates object as a Jsonobject and right after, take the respective values of the converted currencies as Jsonelement: public JsonElement getExchangesRate() throws…