extract_kldat_fmt: Extract FMT Information For KLDAT

Description Usage Arguments Value

View source: R/extract_fmt.R

Description

The format specification used in the SQL program that imports the carcass data into the database are extracted and collected into a tibble where each column in the KLDAT input file is listed with the start position.

Usage

1
2
3
4
5
extract_kldat_fmt(
  ps_sql_prg_path,
  ps_sql_exp_routine = "ImportSchlachtdatenTvd",
  ps_exp_pattern = "rowSTV.STV"
)

Arguments

ps_sql_prg_path

path to SQL program from where format is extracted

ps_sql_exp_routine

name of export routine in SQL program

ps_exp_pattern

pattern used to find export lines

Value

tbl_kldat_fmt tibble with extracted format


fbzwsqualitasag/qfmtchk documentation built on Dec. 20, 2021, 7:46 a.m.