'Infinite Loop When Piping Get-ChildItem to Import-CSV

Can someone help me understand why this produces an infinite loop? I've been searching for 2 days on how to fix this. I am trying to import a folder of CSV files and its driving me crazy.

(Get-ChildItem -Filter *.csv -Path C:\users\misnomer\documents\csvFiles).FullName | Import-CSV



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source