Sha256: e7e03a406c412d03244344617398a85ef5a618950d07ee9108b8f1f0a4a8915d

Contents?: true

Size: 470 Bytes

Versions: 2

Compression:

Stored size: 470 Bytes

Contents

---
layout: docs
title: CSV
prev_section: behance
link_source: csv
next_section: drupal6
permalink: /docs/csv/
---

To import your posts from a CSV file, run:

{% highlight bash %}
$ ruby -rubygems -e 'require "jekyll-import";
    JekyllImport::Importers::CSV.run({
      "file" => "my_posts.csv"
    })'
{% endhighlight %}

Your file CSV file will be read in with the following columns:

1. title
2. permalink
3. body
4. published_at
5. filter (e.g. markdown, textile)

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-import-0.2.0 site/docs/csv.md
jekyll-import-0.1.0 site/docs/csv.md