<div dir="ltr">Single command line?  Why not just loop through the files? In bash:<br><br>for (file in *.pcd)<div>do</div><div>  pdal translate $file ${file##*.}csv</div><div>done</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Sep 2, 2019 at 10:48 PM Ashikur Rahman <<a href="mailto:ashikurrahman2009@gmail.com">ashikurrahman2009@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Hi,</div><div><br></div><div>I have multiple numbers of PCD files in my folder.  If I use the pdal translate file.pcd file.csv, I need to run this command for every single time when I want to convert a pcd file.But I need to create individual csv file for every single pcd file using a single command line. Is it possible to perform this action via PDAL? If so, any help will be very appreciated</div><div><br></div><div>Thank you very much for your valuable time. I will wait for your kind feedback.</div><div><br></div><div>Bets</div><div>Ashik<br></div></div>
_______________________________________________<br>
pdal mailing list<br>
<a href="mailto:pdal@lists.osgeo.org" target="_blank">pdal@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/pdal" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/pdal</a></blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature">Andrew Bell<br><a href="mailto:andrew.bell.ia@gmail.com" target="_blank">andrew.bell.ia@gmail.com</a></div>