The PCD Reader supports reading from Point Cloud Data (PCD) formatted files, which are used by the Point Cloud Library (PCL).
{
"pipeline":[
{
"type":"readers.pcd",
"filename":"inputfile.pcd"
},
{
"type":"writers.text",
"filename":"outputfile.txt"
}
]
}