# File lib/hammer_cli_import/configfile.rb, line 216
      def import_single_row(data)
        @first_time ||= first_time_only
        @modules ||= {}

        mname = build_module_name(data)
        generate_module(mname)
        file_hash = file_data(data)
        debug "name #{data['name']}, path #{file_hash['path']}, type #{file_hash['file_type']}"
        @modules[mname] << file_hash
      end