Skip to content
This repository has been archived by the owner on Apr 5, 2021. It is now read-only.

Commit

Permalink
Use id,id in create_row_map func in index.rb, instead of id, ope6_id
Browse files Browse the repository at this point in the history
  • Loading branch information
gingin77 committed Oct 11, 2019
1 parent 2beab75 commit 55886c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/data_magic/index.rb
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def self.index_with_dictionary(options = {})

def self.create_row_map(options)
data = config.read_path(config.files.first)
row_map = DataMagic::Index::RowMap.new('id', 'ope6_id')
row_map = DataMagic::Index::RowMap.new('id', 'id')
CSV.new(
data,
headers: true,
Expand Down

0 comments on commit 55886c6

Please sign in to comment.