Skip to content

Commit a7696d9

Browse files
authored
Merge pull request #80 from ipums/gtag
fixed deprecation
2 parents 6fb8221 + 2736a56 commit a7696d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_posts/2015/2015-01-28-fixed-length-record-data.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,4 +217,4 @@ And we have information on the layout, so we can make a layout structure:
217217

218218
{% endhighlight %}
219219

220-
In [part two of this post]({% post_url 2015-05-07-importing-fixed-length-data-using-ruby-part-two %}), I'll show how to import FLR data into a database using Active Record to help with validating data, and how to import multiple record types at once and set foreign keys between them.
220+
In [part two of this post]({% post_url /2015/2015-05-07-importing-fixed-length-data-using-ruby-part-two %}), I'll show how to import FLR data into a database using Active Record to help with validating data, and how to import multiple record types at once and set foreign keys between them.

_posts/2015/2015-05-07-importing-fixed-length-data-using-ruby-part-two.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ date_gmt: '2015-05-07 05:08:41 -0500'
1212
categories: Code Infrastructure
1313
tags: []
1414
---
15-
<em>Read [part one]({% post_url 2015-01-28-fixed-length-record-data %}) first.</em>
15+
<em>Read [part one]({% post_url /2015/2015-01-28-fixed-length-record-data %}) first.</em>
1616

1717
Last time, I discussed the Fixed Length Record (FLR) format and showed how to use the 'hflr' Ruby gem to read in hierarchical data in FLR format and produce Ruby structs. In this post I'll demonstrate how to combine 'hflr' with a simple importer class to load a database with the FLR data. Then I'll show you how to get some real-world FLR data to import. Finally, I'll discuss specific issues that come up when importing this data, and explore the IPUMS microdata just a bit.
1818

0 commit comments

Comments
 (0)