def parse_schedule_line(line)
            hash = ::JSON.parse(line)['JsonScheduleV1']

            case hash['transaction_type'].downcase
            when 'create'