export csv with new Date()
Solved
i add in my aggregate a expression
"created_at: { $gte: new Date("2018-01-01") },"
but the script export get only
"created_at" : {
"$gte" : {
}
}
i add in my aggregate a expression
"created_at: { $gte: new Date("2018-01-01") },"
but the script export get only
"created_at" : {
"$gte" : {
}
}
Resolved in 5.1.10
Resolved in 5.1.10
Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it.
Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it.
Replies have been locked on this page!