SyntaxFix
Write A Post
Hire A Developer
Questions
The === options give me duplicated columns. So I use Seq instead.
===
Seq
val Lead_all = Leads.join(Utm_Master, Seq("Utm_Source","Utm_Medium","Utm_Campaign"),"left")
Of course, this only works when the names of the joining columns are the same.