pub fn delete_path_value( input: impl AsRef<Path>, output: impl AsRef<Path>, query: &str, from: Option<Format>, to: Option<Format>, overwrite: bool, ) -> Result<String>