我使用concat-json
将多个json
合并为一个。但是,目标src
会有所不同,这意味着我从两条不同的路径中读取。
在其中一条路径上,我想排除特定文件,使其不包含在concat
中。在npm
文档上,我找不到与合并时排除文件相关的任何内容。
这是我指定不同目标的方式:
grunt.initConfig({
"concat-json": {
"en": {
src: [ "reports/*.json" ],
dest: "reports/request.json"
},
"de": {
//Here is where I want to merge all jsons but one in specific
src: [ "reports/temp/*.json" ],
dest: "reports/request.json"
}
}
});
答案 0 :(得分:2)
您可以指定exclusions in Grunt globbing patterns。
使用以下配置,将排除from pyspark.sql.functions import lit
updDf = df2.withColumn('zero_column', lit(0))
df1.union(updDf)
文件:
not-me.json