Skip to content

Improve frictionless-ckan-mapper README.md documentation #46

@gabrielbdornas

Description

@gabrielbdornas

Overview

Hello guys!!! First of all congratulation on the amazing work you are doing here. We've been using frictionless specifications a lot and now this frictionless-ckan-mapper package because we're going to integrate some frictionless datasets into our own CKAN instance.

Following frictionless-ckan-mapper README.md documentation I've found a little typo and a reference to an invalid attribute in frictionless_to_ckan module. Also, I would like to take the opportunity to suggest a small modification in the pattern used during one frictionless_to_ckan importation example.

  • Little typo: In CKAN => Frictionless the "ckan_dataset" dict created isn't used as a argument in converter.dataset(), instead ckan_dict is provided, providing the error below:

image

So, change "ckan_dict" to "ckan_dataset" solves the problem:

image

  • Reference to an invalid attribute in frictionless_to_ckan module: In Frictionless => CKAN frictionless_to_ckan' has no attribute 'dataset'

image

I think the correct "package" attribute is shown in package(fddict), so change "dataset" to "package" solves the problem:

image

I would like to take the opportunity to suggest changing "f2c" to "converter" in this last example to follow the documentation pattern

Obs.: All suggestions are implemented in PR 47


Please preserve this line to notify @amercader (lead of this repository)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions