You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The OEDVersion present in the OED location file that is output is incorrect. If 3.0.2 is input in the config file, the output csv contains 302
Steps to Reproduce (Bugs only)
Config file:
transformations:
loc: # Transformation name
input_format:
name: Cede_Location
version: 10.0.0
output_format:
name: OED_Location
version: 3.0.2
runner:
batch_size: 750 # Number of rows to process in a single batch
extractor:
type: mssql # Path to the DB connection file. Other options are 'postgres' and 'sqlite'. Defaults to 'csv', when not present.
options:
host: myserver, 1450
port:
database: MY_DB
user: foo
password: bar
sql_statement: ./cede_location.sql # SQL statement to extract data
loader:
options:
path: ./oed_location.csv # Path to the output file
quoting: minimal
Issue Description
The
OEDVersion
present in the OED location file that is output is incorrect. If3.0.2
is input in the config file, the output csv contains302
Steps to Reproduce (Bugs only)
Config file:
Command used:
Output is created but the
OEDVersion
present in theoed_location.csv
is302
, rather than the3.0.2
detailed in the config.Version / Environment information
Name: ods_tools
Version: 3.2.7
Example data / logs
The text was updated successfully, but these errors were encountered: