1

Is there any option in MLCP to delete my input files after they are loaded successfully into ML database?

I am running my MLCP scripts, NOT from the same server where my ML is running.

Let me know if there are any Params to delete it. Recordloader had some options to delete the input, I don't see any options in mlcp.

Tohid
  • 6,175
  • 7
  • 51
  • 80
Selva
  • 237
  • 1
  • 7
  • 1
    If someone correctly answers your question, you should accept their answer by clicking the green checkmark beside the question. See http://stackoverflow.com/help/someone-answers. – wst Oct 28 '16 at 17:08

1 Answers1

1

No, MLCP has no options to delete files from the filesystem after they are loaded. You would need to script that separately, outside of MarkLogic.

Dave Cassel
  • 8,352
  • 20
  • 38