Sha256: 120e68532ace25e0e92bf74ed6468aede609ac39afc0c9b264c0e6a5e5f6e5a3

Contents?: true

Size: 727 Bytes

Versions: 31

Compression:

Stored size: 727 Bytes

Contents

Feature: Tests targets that are Csv Files.

  Background:
    Given the job is 'Csv File Target'
    And the job target 'Some Csv File'


  Scenario: Defining target csv options.

    Given the target 'Some Csv File'
    And the target file is delimited with a pipe
    And the target file is encoded using "UTF-8" format
    And the target file uses a double quote to quote embedded delimiters
    And the target file uses a preceding double quote to escape an embedded quoting character
    And the target file uses unix line endings
    And the target file contains a header row
    And the target file contains all of the following headers in this order:
      | header |
      | col3   |
      | col1   |
      | col2   |

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
remi-0.2.26 features/csv_file_target_job.feature
remi-0.2.25 features/csv_file_target_job.feature
remi-0.2.24 features/csv_file_target_job.feature
remi-0.2.23 features/csv_file_target_job.feature
remi-0.2.22 features/csv_file_target_job.feature
remi-0.2.21 features/csv_file_target_job.feature
remi-0.2.20 features/csv_file_target_job.feature
remi-0.2.19 features/csv_file_target_job.feature
remi-0.2.18 features/csv_file_target_job.feature
remi-0.2.17 features/csv_file_target_job.feature
remi-0.2.16 features/csv_file_target_job.feature