Skip to content

Commit

Permalink
update 一点修改
Browse files Browse the repository at this point in the history
style
  • Loading branch information
alingse authored Jul 27, 2016
1 parent a6386ff commit 1274d09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# jsoncsv
将多层次的json转为一层次的json,再转成csv或者xlsx

展开为1层
**展开为1层json**

```
echo '{"s":[1,2,{"w":1}]}'|./jsoncsv/jsoncsv.py -e |jq -r ''
Expand All @@ -18,6 +18,7 @@ cat raw.json|./jsoncsv.py -e |./mkexcel.py > test.xls
```



## 来源说明
因为做爬虫时,经常数据是json 格式的,而很多**客户需要看excel 的,需要耗费人力去填表格。

Expand Down

0 comments on commit 1274d09

Please sign in to comment.