Hi @Bill_Finch and welcome in the MongoDB Community !
- Please format your code correctly by using the markdown code blocks like this one:
```
Like this!
```
All the double quotes are not real double quotes, it’s not easy to work with these “
& ”
as the shell doesn’t understand them.
- Also, in this post, I explained how to use the “Export Pipeline to Specific Language” feature of MongoDB Compass. You can also check out the official doc to export to C#, Node, Python or Java.
Cheers,
Maxime.