Hi there! I need some help configuring MeltanoLabs...
# getting-started
f
Hi there! I need some help configuring MeltanoLabs/target-csv. I’m trying to set
output_path_prefix
but no matter what I do, Meltano writes all the CSV files in the project root instead of where I specify. I tried putting the config setting under the environment and also in the general section at the end of
meltano.yml
. I also tried the interactive configuration. Nothing seems to work. Here’s my `meltano.yml`. What am I missing?
a
Not familiar with the tap but do you also need
file_naming_scheme
to be set? Do the target directories already exist?
f
@Andy Carter Good ideas but I tried setting
file_naming_scheme
and that didn’t seem to make any difference either. The target directory exists.