Tools

오픈리파인에서 다른파일 데이터 불러오기

오픈리파인에서 다른파일 데이터 불러오기 엑셀에서 vlookup 기능과 유사하다. cell.cross("프로젝트이름", "참조할셀이름")[0].cells["불러올셀이름"].value cell.cross("신구우편번호-전국-20161202","구우편번호")[0].cells["CTPRVN_CD"].value cell.cross("신구우편번호-전국-20161202","구우편번호")[0].cells["SIG_CD"].value cell.cross("신구우편번호-전국-20161202","구우편번호")[0].cells["EMD_CD"].value 참고문헌 https://github.com/OpenRefine/OpenRefine/wiki/GREL-Other-Functions Post Tags: #openrefine, #불러오기, #오픈리파인

오픈리파인에서 구우편번호를 새우편번호로 통합하기

오픈리파인에서 구우편번호를 새우편번호로 통합하기 구우편번호 통합 및 시도군 코드 [ { "op": "core/column-rename", "description": "Rename column 우편번호 to 새우편번호", "oldColumnName": "우편번호", "newColumnName": "새우편번호" }, { "op": "core/column-reorder", "description": "Reorder columns", …

오픈리파인에서 구우편번호를 새우편번호로 통합하기 Read More »

Scroll to Top