Class: Qaxqa::CLI::Migrate

Inherits:
Object
  • Object
show all
Defined in:
lib/qaxqa/cli/migrate.rb

Overview

Migrate given xml files and outputs to XLS HP Quality Center format

Instance Method Summary collapse

Instance Method Details

#run(input) ⇒ Object



7
8
9
10
11
12
# File 'lib/qaxqa/cli/migrate.rb', line 7

def run(input)
    validate_param input
    require 'rubyXL'
    files = supported_files_from input
    files.each { |f| convert_entities f; to_hpqc f }
end