openrefine

Trying to parse a Json with Open Refine GREL

六眼飞鱼酱① 提交于 2019-12-04 12:36:16
I'm trying to parse this JSON but really can't find the way to extract the data I want. { "results" : [ { "address_components" : [ { "long_name" : "44", "short_name" : "44", "types" : [ "street_number" ] }, { "long_name" : "Rue Montaigne", "short_name" : "Rue Montaigne", "types" : [ "route" ] }, { "long_name" : "Agen", "short_name" : "Agen", "types" : [ "locality", "political" ] }, { "long_name" : "Lot-et-Garonne", "short_name" : "Lot-et-Garonne", "types" : [ "administrative_area_level_2", "political" ] }, { "long_name" : "Aquitaine", "short_name" : "Aquitaine", "types" : [ "administrative

Open Refine - Add another file to the existing Project

↘锁芯ラ 提交于 2019-12-04 10:14:33
I've imported a CSV file to OR (Open Refine). Since the CSV file I have contains over 200,000 records, I've decided to create separate files, since uploading the large file wouldn't work in my computer (takes too long, not even sure if it is actually importing). I was able to create three .csv files out of the single file (large). I've successfully imported each of the .csv files but now I want to import all three into one project in OR. Is that even possible? Add the three file into one zip archive and create a project from this archive. Refine will unzip the file and detect the three files.