跳转到主要内容

{{ 描述 }}

项目描述

Travis
Coveralls
PyPi
SemVer
Gitter

安装

# clone the repo and install it with pip

git clone https://github.com/frictionlessdata/datapackage-pipelines-spss.git
pip install -e .

用法

datapackage-pipelines-spss 使用 tableschema-spss 读取 SPSS .sav 文件并给数据包添加表模式描述符。您可以将 datapackage-pipelines-spss 作为 dpp 的插件使用。在 pipeline-spec.yaml 中,它将看起来像这样

...
- run: spss.add_spss
  parameters:
    source: data/my-file.sav

这将把在 source 定义的文件作为一个表格资源添加到管道中。 source 可以是一个文件路径,或者以 httphttps 开头的 URL。

由以下支持