headfake.output
Output()— Base output class.FileOutput(options)— Output generated mock data for a single fieldset to the file specified in the options (output_file)CsvFileOutput— Output generated mock data for a single fieldset to a CSV file specified in the options (output_file)JsonFileOutput— Output generated data for a single fieldset to a JSON text file specified in the options (output_file)StdoutOutput— Output generated data for a single fieldset to the console/STDOUT as CSV data
headfake.output.Output()
Base output class.
write(dataframe)— Main method used to write the fieldset to the output. :param dataframe: :return:
write(dataframe)Main method used to write the fieldset to the output. :param dataframe: :return:
headfake.output.FileOutput(options)
Output generated mock data for a single fieldset to the file specified in the options (output_file)
write(dataframe)— Main method used to write the fieldset to the output. :param dataframe: :return:
write(dataframe)Main method used to write the fieldset to the output. :param dataframe: :return:
headfake.output.CsvFileOutput(options)
Output generated mock data for a single fieldset to a CSV file specified in the options (output_file)
write(dataframe)— Main method used to write the fieldset to the output. :param dataframe: :return:
write(dataframe)Main method used to write the fieldset to the output. :param dataframe: :return:
headfake.output.JsonFileOutput(options)
Output generated data for a single fieldset to a JSON text file specified in the options (output_file)
write(dataframe)— Main method used to write the fieldset to the output. :param dataframe: :return:
write(dataframe)Main method used to write the fieldset to the output. :param dataframe: :return:
headfake.output.StdoutOutput(options)
Output generated data for a single fieldset to the console/STDOUT as CSV data
write(dataframe)— Main method used to write the fieldset to the output. :param dataframe: :return:
write(dataframe)Main method used to write the fieldset to the output. :param dataframe: :return: