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